Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 217 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 217 Bytes

maps

Maps

  • Inverse, swaps keys and values, both need to be comparable
  • Keys, retrieves keys from map, the order of keys is not guaranteed
  • Values, retrieves values from map, the order of values is not guaranteed