Documentation ¶
Overview ¶
Package num offers helpers for working with numbers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Between ¶
func Between[T constraints.Ordered](v, lower, upper T) bool
Between returns true if x >= lower and x <= upper.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.