# 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.

# Interfaces

EXERCISE 5.3 START OMIT Any is a shortcut for the empty interface{}.
No description provided by the author
Stream interface is implemented for container types.

# 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.