package
0.3.0
Repository: https://github.com/alexander-yu/stream.git
Documentation: pkg.go.dev

# Functions

Approx asserts that two floats are approximately equal to each other, within 9 decimal points of precision.
ApproxSlice asserts that two slices of floats are approximately equal to each other by element, within 9 decimal points of precision.
ContainsError asserts that an error contains a string within its message.