ListRandomIterator
Parameters
graph BT
N1["ListRandomIterator[List]"] -->|inherits| N2["RandomIterator[List.DType]"];
Characteristics
Quality |
Value |
Inherits |
RandomIterator[List.DType] |
Extends |
N/A |
Decorators |
#sealed; |
Is enum |
false |
Is sealed |
true |
Is extern |
false |
Subscript
[s Self, idx Len] -> @List.DType
Methods
construct
construct (s Self, list List = List()) -> Self
get_unchecked
#strict
#Gambol.function.alwaysinline
get_unchecked (s Self, idx ULen) -> @List.DType
set_unchecked
#strict
#Gambol.function.alwaysinline
set_unchecked (s Self, val @List.DType, idx ULen) -> Nil
Properties
list