SliceIterator<T> constructor

SliceIterator<T>(
  1. Slice<T> _slice,
  2. int _index
)

Implementation

SliceIterator(this._slice, this._index);