Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Collections.LCInterfaces, including all inherited members.
AddIfNotPresent< K, V >(this IDictionaryEx< K, V > dict, K key, V value) | Loyc.Collections.LCInterfaces | inlinestatic |
AddOrGetExisting< K, V >(this IDictionaryEx< K, V > dict, K key, V value) | Loyc.Collections.LCInterfaces | inlinestatic |
Any(this ICount c) | Loyc.Collections.LCInterfaces | inlinestatic |
CopyTo< T >(this IReadOnlyList< T > c, T[] array, int arrayIndex) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
FinalIndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred) | Loyc.Collections.LCInterfaces | inlinestatic |
FirstIndexOf< T >(this IReadOnlyList< T > list, T item) | Loyc.Collections.LCInterfaces | inlinestatic |
FirstIndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred) | Loyc.Collections.LCInterfaces | inlinestatic |
GetAndEdit< K, V >(IDictionary< K, V > dict, K key, ref V value, DictEditMode mode) | Loyc.Collections.LCInterfaces | inlinestatic |
GetAndSet< K, V >(this IDictionaryEx< K, V > dict, K key, V value) | Loyc.Collections.LCInterfaces | inlinestatic |
GetOrAdd< K, V >(this IDictionaryEx< K, V > dict, K key, V value) | Loyc.Collections.LCInterfaces | inlinestatic |
HasIndex< T >(this IListSource< T > list, int index) | Loyc.Collections.LCInterfaces | inlinestatic |
IndexOf< T >(this IReadOnlyList< T > list, T item) | Loyc.Collections.LCInterfaces | static |
IndexOf< T >(this INegListSource< T > list, T item) | Loyc.Collections.LCInterfaces | inlinestatic |
IndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred) | Loyc.Collections.LCInterfaces | static |
Items< T >(this ISparseListSource< T > list) | Loyc.Collections.LCInterfaces | inlinestatic |
LastIndexWhere< T >(this IReadOnlyList< T > source, Func< T, bool > pred) | Loyc.Collections.LCInterfaces | static |
NextHigherIndex< T >(this ISparseListSource< T > list, int? index) | Loyc.Collections.LCInterfaces | inlinestatic |
NextLowerIndex< T >(this ISparseListSource< T > list, int? index) | Loyc.Collections.LCInterfaces | inlinestatic |
PeekFirst< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PeekLast< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PopFirst< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
PopLast< T >(this IDeque< T > c) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
ReplaceIfPresent< K, V >(this IDictionaryEx< K, V > dict, K key, V value) | Loyc.Collections.LCInterfaces | inlinestatic |
Resize< T >(this IListRangeMethods< T > list, int newSize) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
Resize< T >(this IListEx< T > list, int newSize) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | static |
SetAndGet< K, V >(this IDictionaryEx< K, V > dict, K key, V value) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | static |
SwapIfPresent< K, V >(this IDictionaryEx< K, V > dict, K key, V value) | Loyc.Collections.LCInterfaces | inlinestatic |
TryAdd< K, V >(this IDictionaryEx< K, V > dict, K key, V value) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this IListSource< T > list, int index, ref T value) | Loyc.Collections.LCInterfaces | inlinestatic |
TryGet< T >(this IListSource< T > list, int index, T defaultValue) | Loyc.Collections.LCInterfaces | static |
TryGet< T >(this IListSource< T > list, int index) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | static |
TryGet< T >(this INegListSource< T > list, int index, ref T value) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPeek< T >(this IPop< T > c, out T value) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |
TryPop< T >(this IPop< T > c, out T value) (defined in Loyc.Collections.LCInterfaces) | Loyc.Collections.LCInterfaces | inlinestatic |