Same as get, wraps primitives inside Nullable!T. Strings and ubyte[] binary arrays will return null (checkable with is null), but otherwise simply be embedded.
See Implementation
Same as get, wraps primitives inside Nullable!T. Strings and ubyte[] binary arrays will return null (checkable with is null), but otherwise simply be embedded.