container/list.List.PushFront (method)
4 uses
container/list (current package)
list.go#L144: func (l *List) PushFront(v any) *Element {
crypto/tls
common.go#L1489: c.m[sessionKey] = c.q.PushFront(entry)
net/http
transport.go#L2916: ele := cl.ll.PushFront(pc)
vendor/golang.org/x/text/unicode/bidi
bracket.go#L153: p.openers.PushFront(i)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |