Checks if type T has asSlice property and its returns a slices. Aliases itself to a dimension count
import mir.series; static assert(!hasAsSlice!(int[])); static assert(hasAsSlice!(SeriesMap!(int, string)) == 1);
See Implementation
Checks if type T has asSlice property and its returns a slices. Aliases itself to a dimension count