sbinSerialize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void sbinSerialize(T val, R r)
    void
    sbinSerialize
    (
    T
    R
    )
    (
    auto ref const T val
    ,
    ref R r
    )
    if (
    isOutputRange!(R, ubyte)
    )
  2. ubyte[] sbinSerialize(T val)

Meta