1 2 3 4 5
# list_flattener Parses and flattens lists of integer values: `[[[[[[ 0x6 ]]], [[[[[ 0x500 ]]]]], 42_42]]]` -> `[6, 0x500, 4242]`