type unique.Handle
6 uses
unique (current package)
handle.go#L21: type Handle[T comparable] struct {
handle.go#L26: func (h Handle[T]) Value() T {
handle.go#L32: func Make[T comparable](value T) Handle[T] {
handle.go#L81: return Handle[T]{ptr}
net/netip
netip.go#L57: z unique.Handle[addrDetail]
netip.go#L69: z0 unique.Handle[addrDetail]
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |