func src.elv.sh/pkg/eval/vals.Iterate

13 uses

	src.elv.sh/pkg/eval/vals (current package)
		iterate.go#L29: func Iterate(v interface{}, f func(interface{}) bool) error {
		iterate.go#L58: 	err := Iterate(it, func(v interface{}) bool {

	src.elv.sh/pkg/eval
		builtin_fn_container.go#L550: 		err := vals.Iterate(container, func(v interface{}) bool {
		builtin_fn_container.go#L648: 			err := vals.Iterate(v, func(interface{}) bool {
		builtin_special.go#L595: 	errIterate := vals.Iterate(iterable, func(v interface{}) bool {
		go_fn.go#L228: 				_ = vals.Iterate(iterable, func(v interface{}) bool {

	src.elv.sh/pkg/eval/vars
		env_list.go#L66: 	errIterate := vals.Iterate(v, func(v interface{}) bool {

	src.elv.sh/pkg/edit
		complete_getopt.go#L196: 	errIterate := vals.Iterate(v, func(v interface{}) bool {
		complete_getopt.go#L224: 	errIterate := vals.Iterate(v, func(v interface{}) bool {
		complete_getopt.go#L345: 	errIterate := vals.Iterate(v, func(v interface{}) bool {
		listing.go#L240: 		vals.Iterate(variable.Get(), func(v interface{}) bool {
		listing_custom.go#L76: 			vals.Iterate(items, func(v interface{}) bool {
		navigation.go#L83: 	vals.Iterate(v, func(elem interface{}) bool {