(flatten [x])Takes any nested combination of sequential things (lists, vectors,
etc.) and returns their contents as a single, flat lazy sequence.
(flatten nil) returns an empty sequence.
Examples
No examples yet. Be the first to add one!
(flatten [x])No examples yet. Be the first to add one!