Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.Slice_< T > Member List

This is the complete list of members for Loyc.Collections.Slice_< T >, including all inherited members.

_count (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
_list (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
_start (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
Clone() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
Clone() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
Clone() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
Clone() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
Count (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
Empty (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >static
First (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
GetEnumerator() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
GetEnumerator() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
GetEnumerator() (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
IsEmpty (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
Last (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
PopFirst(out bool empty)Loyc.Collections.Slice_< T >inline
PopLast(out bool empty)Loyc.Collections.Slice_< T >inline
Slice(int start, int count)Loyc.Collections.Slice_< T >inline
Slice(int start, int count=int.MaxValue)Loyc.Collections.Slice_< T >inline
Slice_(IListSource< T > list, int start, int count=int.MaxValue)Loyc.Collections.Slice_< T >inline
Slice_(IListSource< T > list) (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
this[int index, T defaultValue] (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
this[int index] (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >
this[K key]Loyc.Collections.IIndexed< in K, out V >
TryGet(int index, out bool fail) (defined in Loyc.Collections.Slice_< T >)Loyc.Collections.Slice_< T >inline
Loyc::Collections::IRange< out T >.TryGet(K key, out bool fail)Loyc.Collections.ITryGet< in K, out V >