utils

package
v0.0.0-...-3a0e23c Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SlicesCount

func SlicesCount[T any](s []T, test func(T) bool) int

スライスの要素のうち、指定した条件を満たす要素の数を返す

func SlicesDifference

func SlicesDifference[T comparable](a []T, b []T) []T

スライスの差分を取得

func SlicesFilter

func SlicesFilter[T any](s []T, test func(T) bool) []T

スライスの要素のうち、指定した条件を満たす要素を返す

func SlicesIntersect

func SlicesIntersect[T comparable](a []T, b []T) []T

スライスの共通部分を取得

func SlicesMap

func SlicesMap[T any, U any](s []T, f func(T) U) []U

スライスの要素を変換して新しいスライスを作成

Types

This section is empty.

Jump to

Keyboard shortcuts

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