Versions in this module Expand all Collapse all v3 v3.0.0 Mar 26, 2026 Changes in this version + func DereferenceSlice[T any](x []*T) []T + func Dereference[T any](x *T) T + func ToSlice[T any](x []T) []*T + func To[T any](x T) *T Other modules containing this package github.com/verygoodsoftwarenotvirus/platform github.com/verygoodsoftwarenotvirus/platform/v2