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