slices

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package slices には、スライス関連の処理が存在します.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filter

func Filter(src []interface{}, fn func(v interface{}) bool) []interface{}

Filter -- 要素をフィルタリングします。(元のスライスはそのまま)

func FilterD

func FilterD(src []interface{}, fn func(v interface{}) bool) []interface{}

FilterD -- 要素をフィルタリングします。(元のスライスを変更します。破壊的変更)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL