DimensionCount

a function to get the number of dimensions of variable

enum size_t DimensionCount(V : Variable!(Elem, dim, Storage), Elem, size_t dim, alias Storage);

Meta