Documentation
¶
Index ¶
- Constants
- func Group[S any, K comparable](source []S, keyFunc func(S) K) map[K]S
- func Map[S any, T any](source []S, mapper func(S) T) []T
- func MapStruct[S any, T any](source *S) *T
- func Page[P constraints.Integer](total, pageSize, defaultSize P) (page P, size P)
- func UniqueSorted[T cmp.Ordered](origin []T) []T
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 Page ¶
func Page[P constraints.Integer](total, pageSize, defaultSize P) (page P, size P)
func UniqueSorted ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.