Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Collections.ListExt, including all inherited members.
AddIfNotPresent< TList, T >(this TList list, T item) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
AddRange< T >(this IList< T > list, IEnumerable< T > range) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
AsRange< T >(this IListSource< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
AsRange< T >(this IRange< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch2< T, K >(this IReadOnlyList< T > list, K find, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch2< T, K >(this IListAndListSource< T > list, K value, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch< T >(this IReadOnlyList< T > list, T value) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch< T >(this IReadOnlyList< T > list, T value, IComparer< T > comparer) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch< T >(this IReadOnlyList< T > list, T find, Comparison< T > compare) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch< T >(this IListAndListSource< T > list, T value) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch< T >(this IListAndListSource< T > list, T value, IComparer< T > comparer) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
BinarySearch< T >(this IListAndListSource< T > list, T value, Comparison< T > compare) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
CopyTo< T >(this IReadOnlyCollection< T > c, T[] array, int arrayIndex) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
InsertionSort< T >(this IList< T > array, int index, int count, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
InsertRange< T >(this IList< T > list, int index, IReadOnlyCollection< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
InsertRange< T >(this IList< T > list, int index, ICollection< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
InsertRange< T >(this IList< T > list, int index, IListAndListSource< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
InsertRange< T >(this IList< T > list, int index, ICollectionAndReadOnly< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
InsertRange< T >(this IList< T > list, int index, int count, IEnumerable< T > source) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
InsertRangeHelper< T >(IList< T > list, int index, int spaceNeeded) | Loyc.Collections.ListExt | inlinestatic |
MaybeEnlarge< T >(this List< T > list, int minSize) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
MaybeEnlarge< T >(this IList< T > list, int minSize) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
Randomize< T >(this IList< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
Randomize< T >(this T[] list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
Randomized< T >(this IReadOnlyList< T > list) | Loyc.Collections.ListExt | inlinestatic |
RangeArray(int count) | Loyc.Collections.ListExt | inlinestatic |
RemoveAll< T >(this IList< T > list, Predicate< T > match) | Loyc.Collections.ListExt | inlinestatic |
RemoveRange< T >(this IList< T > list, int index, int count) | Loyc.Collections.ListExt | inlinestatic |
Repeat< T >(T value, int count) | Loyc.Collections.ListExt | inlinestatic |
Resize< T >(this List< T > list, int newSize) | Loyc.Collections.ListExt | inlinestatic |
Resize< T >(this IList< T > list, int newSize) | Loyc.Collections.ListExt | inlinestatic |
ReverseInPlace< T >(this IList< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
ReverseInPlace< T >(this IArray< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
SelectArray< T, R >(this T[] input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
SelectArray< T, R >(this IReadOnlyList< T > input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
SelectArray< T, R >(this IListAndListSource< T > input, Func< T, R > selector) | Loyc.Collections.ListExt | inlinestatic |
Single< T >(T value) | Loyc.Collections.ListExt | inlinestatic |
Slice< T >(this IReadOnlyList< T > list, int start, int count=int.MaxValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | static |
Sort< T >(this IList< T > list) | Loyc.Collections.ListExt | inlinestatic |
Sort< T >(this IList< T > list, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
Sort< T >(this IList< T > list, int index, int count, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
SortLowestK< T >(this IList< T > list, int k) | Loyc.Collections.ListExt | inlinestatic |
SortLowestK< T >(this IList< T > list, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
SortLowestK< T >(this IList< T > list, int index, int count, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
SortLowestKStable< T >(this IList< T > list, int k) | Loyc.Collections.ListExt | inlinestatic |
SortLowestKStable< T >(this IList< T > list, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
SortPair< T >(this IList< T > list, int i, int j, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
StableSort< T >(this IList< T > list, Comparison< T > comp) | Loyc.Collections.ListExt | inlinestatic |
StableSort< T >(this IList< T > list) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
Swap< T >(this IList< T > list, int i, int j) | Loyc.Collections.ListExt | inlinestatic |
Swap< T >(this IArray< T > list, int i, int j) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
TryGet< T >(this IReadOnlyList< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
TryGet< T >(this IReadOnlyList< T > list, int index) (defined in Loyc.Collections.ListExt) | Loyc.Collections.ListExt | inlinestatic |
Zip< A, B >(this IEnumerable< A > a, IEnumerable< B > b) | Loyc.Collections.ListExt | inlinestatic |
ZipLeft< A, B >(this IEnumerable< A > a, IEnumerable< B > b, B defaultB) | Loyc.Collections.ListExt | inlinestatic |
ZipLeft< A, B, C >(this IEnumerable< A > a, IEnumerable< B > b, B defaultB, Func< A, B, C > resultSelector) | Loyc.Collections.ListExt | inlinestatic |
ZipLonger< A, B >(this IEnumerable< A > a, IEnumerable< B > b) | Loyc.Collections.ListExt | inlinestatic |
ZipLonger< A, B >(this IEnumerable< A > a, IEnumerable< B > b, A defaultA, B defaultB) | Loyc.Collections.ListExt | inlinestatic |
ZipLonger< A, B, C >(this IEnumerable< A > a, IEnumerable< B > b, A defaultA, B defaultB, Func< A, B, C > resultSelector) | Loyc.Collections.ListExt | inlinestatic |