DeepElementType.DeepElementType

Undocumented in source.
  1. alias DeepElementType = S.DeepElement
    template DeepElementType(S)
    @optmath
    static if(__traits(hasMember, S, "DeepElement"))
    alias DeepElementType = S.DeepElement
  2. alias DeepElementType = ForeachType!S
  3. alias DeepElementType(S : T[], T) = T

Meta