BinaryWriter.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(T b)
  2. void put(T b)
    struct BinaryWriter
    void
    put
    (
    T
    )
    (
    ref T b
    )
    if (
    isArray!T &&
    isBasicType!(ElementEncodingType!T)
    )

Meta