rustc_data_structures::sso

Module map

source

Structsยง

  • A view into a single entry in a map.

Enumsยง

  • Small-storage-optimized implementation of a map.

Constantsยง

  • SSO_ARRAY_SIZE ๐Ÿ”’
    For pointer-sized arguments arrays are faster than set/map for up to 64 arguments.

Functionsยง

  • adapt_array_mut_it ๐Ÿ”’
    adapts Item of array mut reference iterator to Item of hashmap mut reference iterator.
  • adapt_array_ref_it ๐Ÿ”’
    adapts Item of array reference iterator to Item of hashmap reference iterator.