type github.com/lann/ps.Any
21 uses
github.com/lann/ps (current package)
list.go#L9: Cons(val Any) List
list.go#L13: Head() Any
list.go#L23: ForEach(f func(Any))
list.go#L33: value Any
list.go#L55: func (tail *list) Cons(val Any) List {
list.go#L63: func (self *list) Head() Any {
list.go#L80: func (self *list) ForEach(f func(Any)) {
list.go#L91: self.ForEach(func(v Any) { reversed = reversed.Cons(v) })
map.go#L18: type Any interface{}
map.go#L29: Set(key string, value Any) Map
map.go#L38: Lookup(key string) (Any, bool)
map.go#L45: ForEach(f func(key string, val Any))
map.go#L62: value Any
map.go#L115: func (self *tree) Set(key string, value Any) Map {
map.go#L120: func setLowLevel(self *tree, partialHash, hash uint64, key string, value Any) *tree {
map.go#L252: func (m *tree) Lookup(key string) (Any, bool) {
map.go#L257: func lookupLowLevel(self *tree, partialHash, hash uint64) (Any, bool) {
map.go#L275: func (m *tree) ForEach(f func(key string, val Any)) {
map.go#L294: m.ForEach(func(k string, v Any) {
github.com/lann/builder
builder.go#L149: m.ForEach(func(name string, val ps.Any) {
builder.go#L203: getBuilderMap(builder).ForEach(func(name string, val ps.Any) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |