package
Version:
v0.28.20250204101454
Opens a new window with list of versions in this module.
Published: Feb 4, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
func Callback(f func(startT time.Time, args ...any)) func(args ...any)
func SliceCopy(src interface{}) (des interface{})
数组切片,重新分配内存
i := []int{0,1,2}
b := SliceCut(i[:1]).([]int)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.