OutBuffer.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t insert(size_t offset, const(void)* p, size_t nbytes)
  2. size_t insert(size_t offset, const(char)[] s)
    struct OutBuffer
    pure nothrow
    size_t
    insert
    (
    size_t offset
    ,
    const(char)[] s
    )

Meta