Documentation
¶
Overview ¶
Package typedetect provides utilities for detecting type characteristics at runtime using unsafe operations for performance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSignedInteger ¶
IsSignedInteger returns true if T is a signed integer type.
Types ¶
type Number ¶
type Number interface {
constraints.Integer | constraints.Float
}
Number represents all int, uint and float types.
Click to show internal directories.
Click to hide internal directories.