linq

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StringPredicate

type StringPredicate func(s string) bool

type StringSelect

type StringSelect func(s string) string

type Strings

type Strings struct {
	// contains filtered or unexported fields
}

func FromString

func FromString(s, sep string) Strings

func FromStrings

func FromStrings(list []string) Strings

func (Strings) Count

func (sl Strings) Count() int

func (Strings) Select

func (sl Strings) Select(ss StringSelect) Strings

func (Strings) ToArray

func (sl Strings) ToArray() []string

func (Strings) Where

func (sl Strings) Where(sp StringPredicate) Strings

Jump to

Keyboard shortcuts

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