(take [n] [n coll])Returns a lazy sequence of the first n items in coll, or all items if
there are fewer than n. Returns a stateful transducer when
no collection is provided.
Examples
No examples yet. Be the first to add one!
(take [n] [n coll])No examples yet. Be the first to add one!