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)
    const(void)[]
    binaryWrite
    (
    T
    )
    (
    auto ref in T data
    ,
    string f = __FILE__
    ,
    uint l = __LINE__
    )
  2. void binaryWrite(void[] buf, T data, bool canRest, string f, uint l)

Meta