Versions in this module Expand all Collapse all v1 v1.6.0 May 30, 2026 Changes in this version + var DefaultHashPool = NewHashPool(64) + var Network network + var Word word + func Float32() float32 + func Float64() float64 + func IntInterval[T SignedIntegers](min, max T) T + func Int[T SignedIntegers]() T + func NewHashPool(size int) *hashPool + func UintInterval[T UnsignedIntegers](min, max T) T + func Uint[T UnsignedIntegers]() T + type Integers interface + type MulticastScope uint8 + const AdminLocalScope + const GlobalScope + const InterfaceLocalScope + const LinkLocalScope + const OrgLocalScope + const SiteLocalScope + type PortRange uint8 + const AnyPort + const EphemeralPort + const PrivilegedPort + const RegisteredPort + type SignedIntegers interface + type UnicastType uint8 + const GlobalType + const LinkLocalType + const PrivateType + const SiteLocalType + const UniqueLocalType + type UnsignedIntegers interface