|
Enhanced C#
Language of your choice: library documentation
|
A mutable bidirectional range. More...
A mutable bidirectional range.
This range lets you change the value of IMFRange{T}.Front and Back.
Please see IFRange{T} for general documentation about ranges.
Properties | |
| new T | Back [get, set] |
| Gets or sets the value of the last item in the range. More... | |
Properties inherited from Loyc.Collections.IBRange< out T > | |
| T | Back [get] |
| Returns the value of the last item in the range. More... | |
Properties inherited from Loyc.Collections.IFRange< out T > | |
| T | Front [get] |
| Returns the first value in the range, without popping it. More... | |
Properties inherited from Loyc.Collections.IIsEmpty | |
| bool | IsEmpty [get] |
Properties inherited from Loyc.Collections.IMFRange< T > | |
| new T | Front [get, set] |
| Gets or sets the value of the first item in the range. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Loyc.Collections.IBRange< out T > | |
| T | PopBack (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 | PopFront (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