Skip to content

vcz-Gray/every

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

every

GitHub go.mod Go version

It will save your time such as implement every functions

Installation

To install every package, you need to install Go and set your Go workspace first.

$ go get -u github.com/quepark/every

Contents

Description

Ints

func Ints([]int, func(int) bool) bool

Floats

func Floats([]float64, func(float64) bool) bool

Strings

func Strings([]float64, func(float64) bool) bool

Bytes

func Bytes([]byte, func(byte) bool) bool

Bools

func Bools([]bool, func(bool) bool) bool

Complexes

func Complexes([]complex128, func(complex128) bool) bool

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages