Document.sizeT

Calculates the number of bytes taken up by an element in the HiBON serialized stream @param type = is the HIBON type @param key = is the key name @param x = is the value @return the number of bytes taken up by the element

struct Document
@nogc static
size_t
sizeT
(
T
K
)
(,
K key
,
const(T) x
)