package
Version:
v0.0.0-...-6d07767
Opens a new window with list of versions in this module.
Published: Jan 21, 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 Filter[S ~[]E, E any](s S, f func(E) bool) S
Filter 过滤切片
@param s 输入切片
@param f 过滤函数
@return []E 过滤后的新切片
Source Files
¶
Click to show internal directories.
Click to hide internal directories.