package
1.1.0
Repository: https://github.com/booleancat/go-functional.git
Documentation: pkg.go.dev

# Functions

Add performs the `+` operation for the two inputs, returning the result.
BitwiseAnd performs the `&` operation for the two inputs, returning the result.
BitwiseOr performs the `|` operation for the two inputs, returning the result.
BitwiseXor performs the `^` operation for the two inputs, returning the result.
Multiply performs the `*` operation for the two inputs, returning the result.
Passthrough returns the provided value.
UnwrapOption calls Unwrap on an [option.Option].
UnwrapResult calls Unwrap on a [result.Result].