Closed ProphetLamb closed 2 years ago
The Thing ctor now handles null strings as an empty thing.
Thing
Right will do
Now the default value of Thing, is a valid struct and equivalent to new(null). Structs are often only zeroed, but uninitialized.
default
new(null)
Update the failing testcase in #108
The
Thing
ctor now handles null strings as an empty thing.