mir_slice.ptr

ptr alias is available only if the slice kind is Contiguous contiguous and the .Slice.iterator is a pointers.

  1. alias ptr = iterator
    struct mir_slice(Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous, Labels_...)
    @optmath
    static if(kind == Contiguous && isPointer!Iterator)
    alias ptr = iterator
  2. auto ptr()

Meta