array_write

Helper function to serialize an array of the type T of a HiBON

@safe pure
void
array_write
(
T
)
(
ref ubyte[] buffer
,,
ref size_t index
)
if (
is(T : U[],
U
) &&
isBasicType!U
)

Meta