Writer.writeLong

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeLong(T value)
    class Writer
    void
    writeLong
    (
    T
    )
    (
    in T value
    )
    if (
    is(T == uint) ||
    is(T == long)
    ||
    is(T == ulong)
    )
  2. void writeLong(BigInt value)

Meta