Versions in this module Expand all Collapse all v0 v0.8.0 Jun 18, 2025 Changes in this version + func AddrIfPresent[T comparable](v param.Opt[T]) *T + func IsNullPtr[T any](ptr *T) bool + func IsNullSlice[T any](slice []T) bool + func NullPtr[T any]() *T + func NullSlice[T any]() []T + func ToOpt[T comparable](v T, meta respjson.Field) param.Opt[T] + func Valid(v param.ParamStruct) bool + func VariantFromUnion(u reflect.Value) (any, error)