sbinSerialize

Serialize to output ubyte range

  1. void sbinSerialize(ref R r, auto ref const T vals)
    void
    sbinSerialize
    (
    R
    T...
    )
    (
    ref R r
    ,
    auto ref const T vals
    )
    if (
    isOutputRange!(R, ubyte) &&
    T.length
    )
  2. ubyte[] sbinSerialize(auto ref const T val)

Meta