Add(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
AddRange(IEnumerable< T > items) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
AddRange(IEnumerator< T > items) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
AddRange(IReadOnlyList< T > list) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
AdjustWListIndex(int index, int size) | Loyc.Collections.WList< T > | inlineprotectedvirtual |
BlockChainLength (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
Clear() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
Clone() (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
Contains(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
CopyTo(T[] array, int arrayIndex) | Loyc.Collections.WListBase< T > | inline |
Count (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
GetAt(int index) | Loyc.Collections.WListProtected< T > | inlineprotected |
GetAtDff(int distanceFromFront) | Loyc.Collections.WListProtected< T > | inlineprotected |
GetEnumerator() (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
GetIEnumerator() (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inlineprotectedvirtual |
GetRVListEnumerator() (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
GetVListEnumerator() (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
IndexOf(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
Insert(int index, T item) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
InsertAtDff(int distanceFromFront, T item) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
InsertRange(int index, IReadOnlyList< T > list) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
InsertRangeAtDff(int distanceFromFront, IReadOnlyList< T > items, bool isRWList) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
IsEmpty (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | |
IsReadOnly (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | |
Last | Loyc.Collections.WList< T > | |
operator FVList< T >(WListBase< T > list) | Loyc.Collections.WListBase< T > | inlineexplicitstatic |
operator FWList< T >(WList< T > list) | Loyc.Collections.WList< T > | inlineexplicitstatic |
operator VList< T >(WListBase< T > list) | Loyc.Collections.WListBase< T > | inlineexplicitstatic |
Pop() | Loyc.Collections.WList< T > | inline |
Push(T item) | Loyc.Collections.WListBase< T > | inline |
Remove(T item) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
RemoveAt(int index) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
RemoveAtDff(int distanceFromFront) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
RemoveRange(int index, int count) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
RemoveRangeBase(int distanceFromFront, int count) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |
Resize(int newSize) | Loyc.Collections.WList< T > | inline |
ReverseEnumerator() (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
SetAt(int index, T value) | Loyc.Collections.WListProtected< T > | inlineprotected |
SetAtDff(int distanceFromFront, T item) | Loyc.Collections.WListProtected< T > | inlineprotected |
Slice(int start, int count) (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
SmartSelect(Func< T, T > map) | Loyc.Collections.WList< T > | inline |
this[int index, T defaultValue] | Loyc.Collections.WList< T > | |
this[int index] (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | |
ToArray() | Loyc.Collections.WList< T > | inline |
ToFVList() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
ToFWList() | Loyc.Collections.WList< T > | inline |
ToVList() (defined in Loyc.Collections.WListBase< T >) | Loyc.Collections.WListBase< T > | inline |
Transform(VListTransformer< T > x) | Loyc.Collections.WList< T > | inline |
TryGet(int index, out bool fail) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
UserByte | Loyc.Collections.WListProtected< T > | protected |
Where(Func< T, bool > filter) | Loyc.Collections.WList< T > | inline |
WhereSelect(Func< T, Maybe< T >> filter) | Loyc.Collections.WList< T > | inline |
WithoutLast(int numToRemove) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
WList() (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
WList(T itemZero, T itemOne) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
WList(IEnumerable< T > list) (defined in Loyc.Collections.WList< T >) | Loyc.Collections.WList< T > | inline |
WListProtected(WListProtected< T > original, bool takeOwnership) (defined in Loyc.Collections.WListProtected< T >) | Loyc.Collections.WListProtected< T > | inlineprotected |