function boot.janet on line 1489, column 1 (flatten-into into xs) Takes a nested array (tree), and appends the depth first traversal of that array to an array 'into'. Returns array into.