ChangeableIndexList<'T> Type
Changeable adaptive list that allows mutation by user-code and implements alist.
Constructors
Constructor | Description |
|
|
Full Usage:
ChangeableIndexList(elements)
Parameters:
'T seq
Returns: ChangeableIndexList<'T>
|
|
Full Usage:
ChangeableIndexList(elements)
Parameters:
IndexList<'T>
Returns: ChangeableIndexList<'T>
|
Instance members
Instance member | Description |
Full Usage:
this.AddRange
Parameters:
'T seq
|
|
|
|
Full Usage:
this.Clear
|
|
Full Usage:
this.Count
Returns: int
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
|
|
Full Usage:
this[index]
Returns: int
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.TryAt
Parameters:
int
Returns: 'T option
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.UpdateTo
Parameters:
'T seq
Returns: bool
|
|
|
|
Full Usage:
this.UpdateTo
Parameters:
'T[]
Returns: bool
|
|
|
|
Full Usage:
this.UpdateTo
Parameters:
'T list
Returns: bool
|
|
|
|
|
|
Full Usage:
this.UpdateTo
Parameters:
IndexList<'T2>
init : 'T2 -> 'T
update : 'T -> 'T2 -> 'T
|
|
Full Usage:
this.Value
|