package
Version:
v0.25.2
Opens a new window with list of versions in this module.
Published: May 24, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Paginate[T any](slice []T, page, size int) []T
func ToMap[K comparable, T any](rows []T, keyFunc func(row T) K) map[K]T
ToMap 是一个泛型函数,用于将切片转换为映射
Source Files
¶
Click to show internal directories.
Click to hide internal directories.