package
Version:
v1.2.169
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Float64Range struct {
Min *float64 `json:"min,optional"`
Max *float64 `json:"max,optional"`
}
type Int64Range struct {
Min *int64 `json:"min,optional"`
Max *int64 `json:"max,optional"`
}
type NumberRange[T any] struct {
Min *T `json:"min,optional"`
Max *T `json:"max,optional"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.