Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2025 Changes in this version + var ErrNotSupported = errors.New("not supported") + func Float[F FloatValue](to reflect.Value, from F) error + func Integer[I IntegerValue](to reflect.Value, from I) error + func Pointer(value reflect.Value) (any, bool) + func SliceString(to reflect.Value, from []string, options ...SliceOptionFunc) error + func String(to reflect.Value, from string) error + func Value(to reflect.Value, from any, extensions ...ExtensionFunc) error + type ExtensionFunc func(any) (func(to reflect.Value) error, bool) + type FloatValue interface + type IntegerValue interface + type SignedValue interface + type SliceOptionFunc func(*sliceOptions) + func WithSeparator(sep string) SliceOptionFunc + type UnsignedValue interface