Source File
feed.go
Belonging Package
src.elv.sh/pkg/eval/vals
package vals// Feed calls the function with given values, breaking earlier if the function// returns false.func ( func(interface{}) bool, ...interface{}) {for , := range {if !() {break}}}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)