bufferInsert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t bufferInsert(Vector!(T, Alloc) buf, size_t buf_offset, T* input, size_t input_length)
  2. size_t bufferInsert(Vector!(T, Alloc) buf, size_t buf_offset, Vector!(T, Alloc2) input)
    size_t
    bufferInsert
    (
    T
    Alloc
    Alloc2
    )
    (
    ref Vector!(T, Alloc) buf
    ,
    size_t buf_offset
    ,
    const ref Vector!(T, Alloc2) input
    )

Meta