printBufferShift

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t printBufferShift(size_t length, size_t shift, char* ptr)
  2. size_t printBufferShift(size_t length, size_t shift, wchar* ptr)
    @safe pure @nogc nothrow nothrow pragma(inline, false)
    size_t
    printBufferShift
    (
    size_t length
    ,
    size_t shift
    ,
    scope wchar* ptr
    )
  3. size_t printBufferShift(size_t length, size_t shift, dchar* ptr)

Meta