pub fn to_leaves(array: &dyn Array) -> Vec<&dyn Array>
Convert Array to Vec<&dyn Array> leaves in DFS order.
Array
Vec<&dyn Array>