serializationLength

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t serializationLength(T t)
    nothrow @safe nothrow @trusted
    serializationLength
    (
    T
    )
    (
    T t
    )
    if (
    is(T == struct) &&
    !hasMember!(T, "opSlice")
    &&
    !hasMember!(T, "get")
    &&
    )
  2. size_t serializationLength(T t)
  3. size_t serializationLength(T t)

Meta