Documentation ¶
Index ¶
- Variables
- func ComposeCtx[T, U, V any](f func(context.Context, T) (U, error), g func(context.Context, U) (V, error)) func(context.Context, T) (V, error)
- func ComposeErr[T, U, V any](f func(T) (U, error), g func(U) (V, error)) func(T) (V, error)
- func CurryIII[T, U, V, W any](f func(T, U, V) W) func(T) func(U) func(V) W
- func NoErr[I, O any](original func(I) O) func(context.Context, I) (O, error)
- func Select[T any](ng T, ok T, cond bool) T
- type Array
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOutOfBound error = errors.New("out of bound")
Functions ¶
func ComposeCtx ¶
func ComposeErr ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.