Vector<T>.Splice Method

Overloads

Splice(NativeInt, NativeInt)

Delphi
function Splice(index: NativeInt; count: NativeInt): Vector<T>

Parameters

index
NativeInt
count
NativeInt

Returns

Splice(NativeInt, NativeInt, array of T)

Delphi
function Splice(index: NativeInt; count: NativeInt; const items: array of T): Vector<T>

Parameters

index
NativeInt
count
NativeInt
items
array of T

Returns