Function NativeCircularBuffer.SpliceUninitialized

SpliceUninitialized (int startIndex, int toRemove, int toInsert)

Like Splice, but the newly inserted items are left in an uninitialized state.

Public
void SpliceUninitialized (

int

startIndex

int

toRemove

int

toInsert

)

Like Splice, but the newly inserted items are left in an uninitialized state.