package utils

import "github.com/datastax/astra-db-go/v2/astra/internal/utils"

Index

Functions

func Must

func Must[T any](v T, err error) T

func NonNilMap

func NonNilMap[M ~map[K]V, K comparable, V any](m M) M

func RequireSlicePtr

func RequireSlicePtr(v any) (reflect.Value, reflect.Value, error)