List.getAddressOf
T* getAddressOf(nuint at)Returns a pointer to an item in the backing buffer.
Parameters
nuint
at
The index of the item to return. If at >= this.length then the return value is null.
Generated with campc 0.11.0-preview.1.
T* getAddressOf(nuint at)Returns a pointer to an item in the backing buffer.
The index of the item to return. If at >= this.length then the return value is null.
Generated with campc 0.11.0-preview.1.