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)
    size_t
    bufferInsert
    (
    T
    Alloc
    )
    (
    ref Vector!(T, Alloc) buf
    ,
    size_t buf_offset
    ,
    in T* input
    ,)
  2. size_t bufferInsert(Vector!(T, Alloc) buf, size_t buf_offset, Vector!(T, Alloc2) input)

Meta