var.fromBuffer

Undocumented in source. Be warned that the author may not have intended to support it.
struct var(T)
static pure nothrow @trusted
T
fromBuffer
(
ref ubyte[] buffer
)
if (
isNumeric!T &&
isIntegral!T
&&
T.sizeof > 1
)

Meta