pub const ASSUMED_CARDINALITY: Cost = 16;Expand description
How many elements a collection is assumed to hold when nothing says otherwise.
The compiler cannot know, and the honest options are to guess visibly or to pretend a Map is
the size of a pointer. beck tune (Phase 4) is where a measured number would replace this one.