package
0.6.0
Repository: https://github.com/patrickhuber/go-types.git
Documentation: pkg.go.dev

# Functions

Error[T] casts the the types.Result[T] to types.Error[T].
Errorf[T] casts the the types.Result[T] to types.Error[T].
False tests the condition.
Falsef tests the condition.
Nil tests if the value is nil.
Nilf tests if the value is nil.
No description provided by the author
No description provided by the author
NotNil tests if the value is not nil.
NotNilf tests if the value is not nil.
Ok[T] casts the the types.Result[T] to types.Ok[T].
Okf[T] casts the the types.Result[T] to types.Ok[T].
No description provided by the author
No description provided by the author
True tests the condition.
True tests the condition.