Inner.Overloads

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

Meta