full_size

* Calculates the full_size of the if T support the size calculation * Params: * x = HiBON data type * Returns: * size in bytes

@safe pure nothrow
size_t
full_size
(
T
)
(
const T x
)
if (
SupportingFullSizeFunction!T
)