RawRow.opt

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.

struct RawRow
opt
(
T
)
(
scope const(char)[] column
)

Meta