calc_size

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t calc_size(const(ubyte[]) data)
  2. size_t calc_size(T v)
  3. size_t calc_size(T v)
    @nogc @safe pure
    size_t
    calc_size
    (
    T
    )
    (
    const T v
    )
    if (
    isSigned!(T)
    )

Meta