swapRemove
Remove the specified item from the list, swapping the last item in the list into its position. Fast, but does not retain list ordering.
Function parameters
Parameters
- self:*Self
- index:usize
A MultiArrayList stores a list of a struct or tagged union type.
Functions
- MultiArrayList
- A MultiArrayList stores a list of a struct or tagged union type.
Source