package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Functions

Bind returns Nothing iff [m] is Nothing.
Equal returns true if both m1 and m2 are nothing or have the same value according to [equalFunc].
Nothing returns a new Maybe[T] with no value.
Some returns a new Maybe[T] with the value val.

# Structs

Maybe T = Some T | Nothing.