BitBlob.toString

Used by std.format Cannot be nothrow @nogc since sformat is not, but does not allocate

  1. void toString(void delegate(const(char)[]) @(safe) sink)
    struct BitBlob(size_t Bits)
    const @safe
    void
    toString
    (
    scope void delegate
    (
    const(char)[]
    )
    @safe
    sink
    )
  2. string toString()

Meta