UInt32ArrayNoFree.kl

Types

UInt32ArrayNoFree (struct)

The UInt32ArrayNoFree can be used to manage an array of UInt32 which won’t deallocate when shrinking, unless UInt32ArrayNoFree.reset is called. The actual size of the internal array might be greater than the used size.

Members

UInt32[] data The managed UInt32 array (only the beginning of the array might be used)

Methods

  UInt32ArrayNoFree ( in UInt32ArrayNoFree other )
  UInt32ArrayNoFree ()
UInt32ArrayNoFree clone ? ()
UInt32 get ? ( in Size index )
Boolean pop ! ( io UInt32 value )
  push ! ( in UInt32 value )
  reset ! ()
  resize ! ( in Size newSize )
  set ! ( in Size index, in UInt32 value )
Size size ? ()