container/list.List.insertValue (method)
7 uses
container/list (current package)
list.go#L103: func (l *List) insertValue(v interface{}, at *Element) *Element {
list.go#L149: return l.insertValue(v, &l.root)
list.go#L155: return l.insertValue(v, l.root.prev)
list.go#L166: return l.insertValue(v, mark.prev)
list.go#L177: return l.insertValue(v, mark)
list.go#L227: l.insertValue(e.Value, l.root.prev)
list.go#L236: l.insertValue(e.Value, &l.root)
![]() |
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. |