naive

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Drop

func Drop[T any](n int) prosumer.Naive[T, T]

func DropWhile

func DropWhile[T any](p func(T) bool) prosumer.Naive[T, T]

func Filter

func Filter[T any](p func(T) bool) prosumer.Naive[T, T]

func Map

func Map[S, T any](f func(S) T) prosumer.Naive[S, T]

func Reverse

func Reverse[T any]() prosumer.Naive[T, T]

func Scan

func Scan[S, T any](x T, f func(T, S) T) prosumer.Naive[S, T]

func Scan1

func Scan1[T any](f func(T, T) T) prosumer.Naive[T, T]

func Take

func Take[T any](n int) prosumer.Naive[T, T]

func TakeWhile

func TakeWhile[T any](p func(T) bool) prosumer.Naive[T, T]

Types

This section is empty.

Jump to

Keyboard shortcuts

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