Inner.Overloads

Undocumented in source.
template Inner(C)
static if(is(typeof(C.init.opIndex) == function))
alias Overloads = TypeTuple!(__traits(getOverloads, C, "opIndexAssign"))

Meta