Qurak

ArrayDepth

Available

Returns the depth of a nested list.

ArrayDepth[expr]
ArrayDepth[{1, 2, 3}] → 1ArrayDepth[{{1, 2}, {3, 4}}] → 2ArrayDepth[{{{1}}}] → 3ArrayDepth[5] → 0

Used in

Topics

Related

All 6300 functions · Use this from an MCP client