Type BTreeMappub
Source:type(pub) BTreeMap k v (HashMap ?600303 ?600304)
Description
Ordered key-value collection. Runtime layout shares (HashMap k v) but BTreeMap is a distinct type for dispatch — HashMap methods like .insert do NOT resolve through BTreeMap.