type github.com/lann/ps.List
14 uses
github.com/lann/ps (current package)
list.go#L4: type List interface {
list.go#L9: Cons(val Any) List
list.go#L17: Tail() List
list.go#L27: Reverse() List
list.go#L43: func NewList() List {
list.go#L55: func (tail *list) Cons(val Any) List {
list.go#L71: func (self *list) Tail() List {
list.go#L89: func (self *list) Reverse() List {
github.com/lann/builder
builder.go#L74: var list ps.List
builder.go#L76: list, ok = maybeList.(ps.List)
builder.go#L89: func listToSlice(list ps.List, arrayType reflect.Type) reflect.Value {
builder.go#L119: list, isList := val.(ps.List)
builder.go#L150: list, isList := val.(ps.List)
builder.go#L215: case ps.List:
![]() |
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. |