MutablePointingList
A MutablePointingList refers to a list of values that are pointed to by mutable pointers.
Since
0.1.0
Parameters
T
The type of the value the pointers point to
Inheritors
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a mutable list of pointers pointing to the values of the list
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
You can create a list that points to the values of a PointerList with this function.
You can create a list that points to the values of a MutablePointerList with this function.