Documentation
¶
Index ¶
- func Must[T any, E any](val T, err E) T
- func Must3[T1 any, T2 any, E any](val1 T1, val2 T2, err E) (T1, T2)
- func PMust[T any](val T, err error) T
- func PMust3[T1 any, T2 any](val1 T1, val2 T2, err error) (T1, T2)
- func PMustBool[T any](val T, ok bool) T
- func PMustBool3[T1 any, T2 any](val1 T1, val2 T2, ok bool) (T1, T2)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PMustBool3 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.