encode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void encode(BinBuffer buffer, T v)
    @nogc
    void
    encode
    (
    T
    )
    (,
    const T v
    )
    if (
    isUnsigned!T &&
    isIntegral!T
    )
  2. void encode(BinBuffer buffer, T v)

Meta