ArrayRange.save

  1. typeof(this) save()
    struct ArrayRange(T, bool assumeDecoded = false, bool infinite = false)
    static if(!isSomeChar!T || assumeDecoded || is(T == dchar))
    typeof(this)
    save
    ()
  2. typeof(this) save()
  3. T* _front;
  4. T* _back;

Meta