|
Enhanced C#
Loyc library documentation
|
A mutable bidirectional range. More...
A mutable bidirectional range.
This range lets you change the value of IMFRange{T}.First and Last.
Please see IFRange{T} for general documentation about ranges.
Properties | |
| new T | Last [get, set] |
| Gets or sets the value of the last item in the range. More... | |
Properties inherited from Loyc.Collections.IHasFirst< out T > | |
| T | First [get] |
| Gets the first item in the deque. More... | |
Properties inherited from Loyc.Collections.IIsEmpty | |
| bool | IsEmpty [get] |
Properties inherited from Loyc.Collections.IHasLast< out T > | |
| T | Last [get] |
| Gets the first item in the collection. More... | |
Properties inherited from Loyc.Collections.IHasMFirst< T > | |
| new T | First [get, set] |
Additional Inherited Members | |
Public Member Functions inherited from Loyc.Collections.IBRange< out T > | |
| T | PopLast (out bool fail) |
| Removes the last item from the range and returns it. More... | |
Public Member Functions inherited from Loyc.Collections.IFRange< out T > | |
| T | PopFirst (out bool fail) |
| Removes the first item from the range and returns it. More... | |
Public Member Functions inherited from Loyc.ICloneable< out T > | |
| T | Clone () |
|
getset |
Gets or sets the value of the last item in the range.
| EmptySequenceException | The sequence is empty. |
1.8.7