github.com/lann/ps.list.ForEach (method)

2 uses

	github.com/lann/ps (current package)
		list.go#L80: func (self *list) ForEach(f func(Any)) {
		list.go#L91: 	self.ForEach(func(v Any) { reversed = reversed.Cons(v) })