toBytes

Convert a value to its ubyte representation. Note: this is very slow. Prefer std.bitmanip.nativeToBigEndian.

@trusted pure nothrow @nogc
toBytes
(
T
)
(
T v
)

Meta