bufferInsert
- size_t bufferInsert(Vector!(T, Alloc) buf, size_t buf_offset, T* input, size_t input_length)
- size_t bufferInsert(Vector!(T, Alloc) buf, size_t buf_offset, Vector!(T, Alloc2) input)
size_t
bufferInsert
(ref Vector!(T, Alloc) buf ,,const ref Vector!(T, Alloc2) input )