FastArrayRange.ptr

Current head and end.

  1. T* ptr;
    struct FastArrayRange(T, bool CHECKED = isDebug)
    T* ptr;
  2. T* end;

Meta