Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2026 Changes in this version + func UnmarshalDiscriminatedUnionSliceWithFallback[T any, K comparable](data []byte, types map[K]reflect.Type, ...) ([]T, error) + func UnmarshalDiscriminatedUnionSlice[T any, K comparable](data []byte, types map[K]reflect.Type) ([]T, error)