sparseness

Rational!ulong
sparseness
(
T
)
(
const scope T x
,
int depth = -1
)

Return Value

Type: Rational!ulong

number of default-initialized (zero) elements in x at recursion depth depth.

Depth defaults -1 meaning infinite depth.

Meta