StripAllArrays.StripAllArrays

Undocumented in source.
  1. alias StripAllArrays = StripAllArrays!(ElementTypeOf!(T))
    template StripAllArrays(T)
    static if(isArrayType!(T) == ArrayKind.Dynamic || isArrayType!(T) == ArrayKind.Static)
    alias StripAllArrays = StripAllArrays!(ElementTypeOf!(T))
  2. alias StripAllArrays = T

Meta