Check if a shape is empty (scalar)
type IsScalar = IsEmpty<[]> // truetype IsNotScalar = IsEmpty<[2, 3]> // false Copy
type IsScalar = IsEmpty<[]> // truetype IsNotScalar = IsEmpty<[2, 3]> // false
Check if a shape is empty (scalar)