Versions in this module Expand all Collapse all v2 v2.0.1 Jun 29, 2026 v2.0.0 Jun 29, 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/primandproper/platform-go