Documentation
¶
Index ¶
- func BuildSet[T comparable](slice []T) map[T]bool
- func Difference[T comparable](slices ...[]T) []T
- func Intersect[T comparable](slices ...[]T) []T
- func Mapper[T any, O any](slice []T, mapper func(thing T) O) []O
- func ParseRow[T any](row *sql.Row) (*T, error)
- func ParseRows[T any](rows *sql.Rows) ([]T, error)
- func ParseVal[T any](row *sql.Row) (T, error)
- func StructFieldPointers(T any) []any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildSet ¶
func BuildSet[T comparable](slice []T) map[T]bool
func Difference ¶
func Difference[T comparable](slices ...[]T) []T
func Intersect ¶
func Intersect[T comparable](slices ...[]T) []T
func StructFieldPointers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.