Vector<T>.Splice Method
Overloads
Delphi
function Splice(index: NativeInt; count: NativeInt): Vector<T>
Parameters
- index
- NativeInt
- count
- NativeInt
Returns
Delphi
function Splice(index: NativeInt; count: NativeInt; const items: array of T): Vector<T>
Parameters
- index
- NativeInt
- count
- NativeInt
- items
- array of T