type github.com/lann/ps.list
11 uses
github.com/lann/ps (current package)
list.go#L31: type list struct {
list.go#L34: tail *list
list.go#L38: var nilList = &list{}
list.go#L47: func (self *list) IsNil() bool {
list.go#L51: func (self *list) Size() int {
list.go#L55: func (tail *list) Cons(val Any) List {
list.go#L56: var xs list
list.go#L63: func (self *list) Head() Any {
list.go#L71: func (self *list) Tail() List {
list.go#L80: func (self *list) ForEach(f func(Any)) {
list.go#L89: func (self *list) Reverse() 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. |