serialArrayLength

Returns the number of bytes used to serialise array, recursing into the elements of array if Element is a dynamic array type. No recursion is done if Element is a value type containing dynamic arrays.

version(unittest)
static
size_t
serialArrayLength
(
T : Element[]
Element
)
()

Meta