mapper

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultPageSize = 20

Variables

This section is empty.

Functions

func Group

func Group[S any, K comparable](source []S, keyFunc func(S) K) map[K]S

func Map

func Map[S any, T any](source []S, mapper func(S) T) []T

func MapStruct

func MapStruct[S any, T any](source *S) *T

func Page

func Page[P constraints.Integer](total, pageSize, defaultSize P) (page P, size P)

func UniqueSorted

func UniqueSorted[T cmp.Ordered](origin []T) []T

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL