@@ -63,18 +63,62 @@ numberOfTypeParameters
6363| internal/bytealg.HashStrRev | 0 | T | interface { string \| []uint8 } |
6464| internal/bytealg.IndexRabinKarp | 0 | T | interface { string \| []uint8 } |
6565| internal/bytealg.LastIndexRabinKarp | 0 | T | interface { string \| []uint8 } |
66+ | internal/poll.ignoringEINTR2 | 0 | T | interface { } |
6667| internal/runtime/atomic.Pointer.CompareAndSwap | 0 | T | interface { } |
6768| internal/runtime/atomic.Pointer.CompareAndSwapNoWB | 0 | T | interface { } |
6869| internal/runtime/atomic.Pointer.Load | 0 | T | interface { } |
6970| internal/runtime/atomic.Pointer.Store | 0 | T | interface { } |
7071| internal/runtime/atomic.Pointer.StoreNoWB | 0 | T | interface { } |
72+ | internal/sync.HashTrieMap.All | 0 | K | comparable |
73+ | internal/sync.HashTrieMap.All | 1 | V | interface { } |
74+ | internal/sync.HashTrieMap.CompareAndDelete | 0 | K | comparable |
75+ | internal/sync.HashTrieMap.CompareAndDelete | 1 | V | interface { } |
76+ | internal/sync.HashTrieMap.CompareAndSwap | 0 | K | comparable |
77+ | internal/sync.HashTrieMap.CompareAndSwap | 1 | V | interface { } |
78+ | internal/sync.HashTrieMap.Delete | 0 | K | comparable |
79+ | internal/sync.HashTrieMap.Load | 0 | K | comparable |
80+ | internal/sync.HashTrieMap.Load | 1 | V | interface { } |
81+ | internal/sync.HashTrieMap.LoadAndDelete | 0 | K | comparable |
82+ | internal/sync.HashTrieMap.LoadAndDelete | 1 | V | interface { } |
83+ | internal/sync.HashTrieMap.LoadOrStore | 0 | K | comparable |
84+ | internal/sync.HashTrieMap.LoadOrStore | 1 | V | interface { } |
85+ | internal/sync.HashTrieMap.Range | 0 | K | comparable |
86+ | internal/sync.HashTrieMap.Range | 1 | V | interface { } |
87+ | internal/sync.HashTrieMap.Store | 0 | K | comparable |
88+ | internal/sync.HashTrieMap.Store | 1 | V | interface { } |
89+ | internal/sync.HashTrieMap.Swap | 0 | K | comparable |
90+ | internal/sync.HashTrieMap.Swap | 1 | V | interface { } |
91+ | internal/sync.HashTrieMap.find | 0 | K | comparable |
92+ | internal/sync.HashTrieMap.find | 1 | V | interface { } |
93+ | internal/sync.HashTrieMap.iter | 0 | K | comparable |
94+ | internal/sync.HashTrieMap.iter | 1 | V | interface { } |
95+ | internal/sync.entry | 0 | K | comparable |
96+ | internal/sync.entry | 1 | V | interface { } |
97+ | internal/sync.entry.compareAndDelete | 0 | K | comparable |
98+ | internal/sync.entry.compareAndDelete | 1 | V | interface { } |
99+ | internal/sync.entry.compareAndSwap | 0 | K | comparable |
100+ | internal/sync.entry.compareAndSwap | 1 | V | interface { } |
101+ | internal/sync.entry.loadAndDelete | 0 | K | comparable |
102+ | internal/sync.entry.loadAndDelete | 1 | V | interface { } |
103+ | internal/sync.entry.lookup | 0 | K | comparable |
104+ | internal/sync.entry.lookup | 1 | V | interface { } |
105+ | internal/sync.entry.lookupWithValue | 0 | K | comparable |
106+ | internal/sync.entry.lookupWithValue | 1 | V | interface { } |
107+ | internal/sync.entry.swap | 0 | K | comparable |
108+ | internal/sync.entry.swap | 1 | V | interface { } |
109+ | internal/sync.newEntryNode | 0 | K | comparable |
110+ | internal/sync.newEntryNode | 1 | V | interface { } |
71111| iter.Pull | 0 | V | interface { } |
72112| iter.Pull2 | 0 | K | interface { } |
73113| iter.Pull2 | 1 | V | interface { } |
74114| iter.Seq | 0 | V | interface { } |
75115| iter.Seq2 | 0 | K | interface { } |
76116| iter.Seq2 | 1 | V | interface { } |
117+ | os.doInRoot | 0 | T | interface { } |
118+ | os.ignoringEINTR2 | 0 | T | interface { } |
77119| reflect.rangeNum | 1 | N | interface { int64 \| uint64 } |
120+ | runtime.AddCleanup | 0 | T | interface { } |
121+ | runtime.AddCleanup | 1 | S | interface { } |
78122| runtime.fandbits | 0 | F | floaty |
79123| runtime.fmax | 0 | F | floaty |
80124| runtime.fmin | 0 | F | floaty |
0 commit comments