powered by
get recursion depth of a list
get_recursion_depth(x, depth = 0)
integer
: input list
: depth of x in another list (1 if x in a list. 2 if x is in a list of lists. Etc.)