Documentation ¶
Index ¶
- Variables
- func CEach(iter, f interface{})
- func CFilter(iter interface{}, f interface{}) (out chan Pair)
- func CFilterFalse(iter interface{}, f interface{}) (out chan Pair)
- func CMap(iter, f interface{}) (out chan Pair)
- func Each(iter, f interface{})
- func Filter(iter interface{}, f interface{}) (out chan Pair)
- func FilterFalse(iter interface{}, f interface{}) (out chan Pair)
- func GetIterBuffer() int
- func Iterate(l interface{}) (out chan Pair)
- func Map(iter, f interface{}) (out chan Pair)
- func PairUnPack(pair Pair, first, second interface{})
- func Range(low, high int) (out chan int)
- func SetIterBuffer(buff int)
- func Zip(fillValue string, args ...interface{}) (out chan []interface{})
- func ZipLongest(fillValue string, args ...interface{}) (out chan []interface{})
- type Pair
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotFuncError = errors.New("not a func type") InvalidArgError = errors.New("invalid argument count") )
Functions ¶
func CFilterFalse ¶
func CFilterFalse(iter interface{}, f interface{}) (out chan Pair)
func FilterFalse ¶
func FilterFalse(iter interface{}, f interface{}) (out chan Pair)
func GetIterBuffer ¶
func GetIterBuffer() int
func PairUnPack ¶
func PairUnPack(pair Pair, first, second interface{})
func SetIterBuffer ¶
func SetIterBuffer(buff int)
func ZipLongest ¶
func ZipLongest(fillValue string, args ...interface{}) (out chan []interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.