GgedStruct.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opIndex(IndexVec!(IndexTypes) args)
  2. auto opIndex(IndexVec!(IndexTypes[0..Rank - N]) args1, Args args2)
  3. auto opIndex(Args args)
    struct GgedStruct(T, ulong RANK, bool isOffsetIndex = false, SliceKind kind = SliceKind.contiguous)
    @nogc nothrow
    opIndex
    (
    Args...
    )
    (
    Args args
    )
    if (
    Args.length == Rank
    )

Meta