type unique.Handle
7 uses
unique (current package)
handle.go#L20: type Handle[T comparable] struct {
handle.go#L26: func (h Handle[T]) Value() T {
handle.go#L33: func Make[T comparable](value T) Handle[T] {
handle.go#L37: return Handle[T]{(*T)(unsafe.Pointer(&zero))}
handle.go#L52: return Handle[T]{ptr}
net/netip
netip.go#L56: z unique.Handle[addrDetail]
netip.go#L68: z0 unique.Handle[addrDetail]
![]() |
The pages are generated with Golds v0.8.4. (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. |