package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Apr 25, 2022
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
¶
Package slices には、スライス関連の処理が存在します.
func Filter(src []interface{}, fn func(v interface{}) bool) []interface{}
Filter -- 要素をフィルタリングします。(元のスライスはそのまま)
func FilterD(src []interface{}, fn func(v interface{}) bool) []interface{}
FilterD -- 要素をフィルタリングします。(元のスライスを変更します。破壊的変更)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.