[a] array(Lazy::List<a> xs)
Arguments
xs: A lazy list
Usage
Create an array containing all the elements of a lazy list. If the list is infinite, this function will not return!
xs: A lazy listCreate an array containing all the elements of a lazy list. If the list is infinite, this function will not return!