(key K, shift uint, keyHash uint32, h Hasher[K], mutable bool, resized *bool)
| 867 | get(key K, shift uint, keyHash uint32, h Hasher[K]) (value V, ok bool) |
| 868 | set(key K, value V, shift uint, keyHash uint32, h Hasher[K], mutable bool, resized *bool) mapNode[K, V] |
| 869 | delete(key K, shift uint, keyHash uint32, h Hasher[K], mutable bool, resized *bool) mapNode[K, V] |
| 870 | } |
| 871 | |
| 872 | var _ mapNode[string, any] = (*mapArrayNode[string, any])(nil) |
no outgoing calls