binaryWrite

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(void)[] binaryWrite(T data, string f, uint l)
  2. void binaryWrite(void[] buf, T data, bool canRest, string f, uint l)
    void
    binaryWrite
    (
    T
    )
    (
    void[] buf
    ,
    auto ref in T data
    ,
    bool canRest = false
    ,
    string f = __FILE__
    ,
    uint l = __LINE__
    )

Meta