GgedStruct.opIndexAssign

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

Meta