Represents an array with dynamic length.
Record Field | Description |
Full Usage:
Data
Field type: 'Value array
|
|
Full Usage:
Length
Field type: int
Modifiers: mutable |
|
Constructor | Description |
Full Usage:
DynamicLengthArray(data)
Parameters:
'Value array
Returns: DynamicLengthArray<'Value>
|
|
Instance member | Description |
Full Usage:
this.Delete
Parameters:
int
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this[i]
Parameters:
int
Returns: 'Value
|
|
Full Usage:
this.Restore
|