Peek is generally a function that applies a consum...
# stdlib
f
Peek is generally a function that applies a consumer to each element of a collection without modifying the collection. Useful for functions with orthogonal side effects, such as logging or printing, and allows you to chain into other standard collection calls.