Versions in this module Expand all Collapse all v1 v1.2.1 Oct 12, 2025 v1.2.0 Aug 1, 2025 Changes in this version + func CopyBytes(b []byte) []byte + func CopyString(s string) string + func Default[T comparable](values ...T) T + func Pointer[T any](value T) *T + func Tap[T any](value T, callbacks ...func(T)) T + func Transform[T, R any](value T, callback func(T) R) R + func UnsafeBytes(s string) []byte + func UnsafeString(b []byte) string + func With[T any](value T, callbacks ...func(T) T) T