# Functions
No description provided by the author
NewSliceStream returns a new stream.
ToStream helper converts a slice into a Stream.
# Structs
EXERCISE 5.3 END OMIT Pair of two values.
No description provided by the author
SliceStream is a stream implementation for slices.
# Type aliases
Accumulator function returns a combined element.
Mapper function maps a value to another value.
Predicate function returns true if a given element should be filtered.