Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.ListExt Member List

This is the complete list of members for Loyc.Collections.ListExt, including all inherited members.

AddRange< T >(this IList< T > list, IEnumerable< T > range) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
AsRange< T >(this IListSource< T > list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
AsRange< T >(this IRange< T > list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch2< T, K >(this IList< T > list, K find, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch2< T, K >(this IReadOnlyList< T > list, K find, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch2< T, K >(this IListAndListSource< T > list, K value, Func< T, K, int > compare, bool lowerBound=true) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IList< T > list, T value) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IList< T > list, T value, IComparer< T > pred) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IList< T > list, T find, Comparison< T > compare) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IReadOnlyList< T > list, T value) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IReadOnlyList< T > list, T value, IComparer< T > comparer) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IReadOnlyList< T > list, T find, Comparison< T > compare) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IListAndListSource< T > list, T value) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IListAndListSource< T > list, T value, IComparer< T > comparer) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
BinarySearch< T >(this IListAndListSource< T > list, T value, Comparison< T > compare) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
CopyTo< T >(this IReadOnlyCollection< T > c, T[] array, int arrayIndex) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
InsertionSort< T >(this IList< T > array, int index, int count, Comparison< T > comp)Loyc.Collections.ListExtinlinestatic
InsertRange< T >(this IList< T > list, int index, IReadOnlyCollection< T > source) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
InsertRange< T >(this IList< T > list, int index, ICollection< T > source) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
InsertRange< T >(this IList< T > list, int index, IListAndListSource< T > source) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
InsertRange< T >(this IList< T > list, int index, ICollectionAndReadOnly< T > source) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
InsertRange< T >(this IList< T > list, int index, int count, IEnumerable< T > source) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
InsertRangeHelper< T >(IList< T > list, int index, int spaceNeeded)Loyc.Collections.ListExtinlinestatic
LastIndexWhere< T >(this IList< T > list, Func< T, bool > pred)Loyc.Collections.ListExtinlinestatic
LastIndexWhere< T >(this IListAndListSource< T > list, Func< T, bool > pred)Loyc.Collections.ListExtinlinestatic
MaybeEnlarge< T >(this List< T > list, int minSize) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
MaybeEnlarge< T >(this IList< T > list, int minSize) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Randomize< T >(this IList< T > list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Randomize< T >(this T[] list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Randomized< T >(this IList< T > list)Loyc.Collections.ListExtinlinestatic
Randomized< T >(this IListSource< T > list)Loyc.Collections.ListExtinlinestatic
Randomized< T >(this IListAndListSource< T > list)Loyc.Collections.ListExtinlinestatic
RangeArray(int count)Loyc.Collections.ListExtinlinestatic
RemoveAll< T >(this IList< T > list, Predicate< T > match)Loyc.Collections.ListExtinlinestatic
RemoveRange< T >(this IList< T > list, int index, int count) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Repeat< T >(T value, int count)Loyc.Collections.ListExtinlinestatic
Resize< T >(this List< T > list, int newSize) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Resize< T >(this IList< T > list, int newSize) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Reverse< T >(this IList< T > list)Loyc.Collections.ListExtinlinestatic
Reverse< T >(this IListAndListSource< T > list)Loyc.Collections.ListExtinlinestatic
ReverseInPlace< T >(this IList< T > list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
ReverseInPlace< T >(this IArray< T > list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
SelectArray< T, R >(this T[] input, Func< T, R > selector)Loyc.Collections.ListExtinlinestatic
SelectArray< T, R >(this ICollection< T > input, Func< T, R > selector)Loyc.Collections.ListExtinlinestatic
SelectArray< T, R >(this IReadOnlyList< T > input, Func< T, R > selector)Loyc.Collections.ListExtinlinestatic
SelectArray< T, R >(this IListAndListSource< T > input, Func< T, R > selector)Loyc.Collections.ListExtinlinestatic
SequenceEqual< TSource >(this IList< TSource > first, IList< TSource > second) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
SequenceEqual< TSource >(this IReadOnlyCollection< TSource > first, IReadOnlyCollection< TSource > second) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
SequenceEqual< TSource >(this IListAndListSource< TSource > first, IListAndListSource< TSource > second) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Single< T >(T value)Loyc.Collections.ListExtinlinestatic
Slice< T >(this T[] list, int start, int length=int.MaxValue) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Sort< T >(this IList< T > list)Loyc.Collections.ListExtinlinestatic
Sort< T >(this IList< T > list, Comparison< T > comp)Loyc.Collections.ListExtinlinestatic
Sort< T >(this IList< T > list, int index, int count, Comparison< T > comp)Loyc.Collections.ListExtinlinestatic
SortLowestK< T >(this IList< T > list, int k)Loyc.Collections.ListExtinlinestatic
SortLowestK< T >(this IList< T > list, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
SortLowestK< T >(this IList< T > list, int index, int count, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
SortLowestKStable< T >(this IList< T > list, int k)Loyc.Collections.ListExtinlinestatic
SortLowestKStable< T >(this IList< T > list, int k, Comparison< T > comp) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
SortPair< T >(this IList< T > list, int i, int j, Comparison< T > comp)Loyc.Collections.ListExtinlinestatic
StableSort< T >(this IList< T > list, Comparison< T > comp)Loyc.Collections.ListExtinlinestatic
StableSort< T >(this IList< T > list) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Swap< T >(this IList< T > list, int i, int j)Loyc.Collections.ListExtinlinestatic
Swap< T >(this IArray< T > list, int i, int j) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this T[] list, int index, T defaultValue) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this T[] list, int index) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this List< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this List< T > list, int index) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this IList< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this IList< T > list, int index) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this IListAndListSource< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this IListAndListSource< T > list, int index) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this IReadOnlyList< T > list, int index, T defaultValue) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
TryGet< T >(this IReadOnlyList< T > list, int index) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
Zip< A, B >(this IEnumerable< A > a, IEnumerable< B > b) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
ZipLeft< A, B >(this IEnumerable< A > a, IEnumerable< B > b, B defaultB) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
ZipLeft< A, B, C >(this IEnumerable< A > a, IEnumerable< B > b, B defaultB, Func< A, B, C > resultSelector) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
ZipLonger< A, B >(this IEnumerable< A > a, IEnumerable< B > b) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
ZipLonger< A, B >(this IEnumerable< A > a, IEnumerable< B > b, A defaultA, B defaultB) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic
ZipLonger< A, B, C >(this IEnumerable< A > a, IEnumerable< B > b, A defaultA, B defaultB, Func< A, B, C > resultSelector) (defined in Loyc.Collections.ListExt)Loyc.Collections.ListExtinlinestatic