Tanoda
|
Public Member Functions | |
Slice (IList< T > list, int beginIdx=0, int endIdx=-1) | |
Creates a slice into the List with an inclusive beginIdx and an exclusive endIdx. A slice with identical begin and end indices would be an empty slice. More... | |
IndexableStructEnumerator< T, Slice< T > > | GetEnumerator () |
Query< T > | Query () |
Properties | |
T | this[int index] [get, set] |
int | Count [get] |
![]() | |
T | this[int idx] [get] |
int | Count [get] |
Leap.Unity.Slice< T >.Slice | ( | IList< T > | list, |
int | beginIdx = 0 , |
||
int | endIdx = -1 |
||
) |
IndexableStructEnumerator< T, Slice< T > > Leap.Unity.Slice< T >.GetEnumerator | ( | ) |
Query< T > Leap.Unity.Slice< T >.Query | ( | ) |
|
get |
|
getset |