SOA.opIndex

Returns a Dispatcher object to the pseudo-indexed T instance.

  1. inout(Dispatcher) opIndex(size_t index)
    struct SOA(T, size_t N = 0)
    @nogc @safe pure nothrow inout
    inout(Dispatcher)
    opIndex
    (
    size_t index
    )
    if (
    is(T == struct)
    )
  2. inout(DispatcherRange) opIndex()

Meta