Skip to content
ctreffs edited this page Nov 25, 2020 · 12 revisions

Types

Protocols

Global Typealiases

Global Functions

  • hash(combine:​_:​): Calculates the combined hash of two values. This implementation is based on boost::hash_combine. Will always produce the same result for the same combination of seed and value during the single run of a program.
  • hash(combine:​): Calculates the combined hash value of the elements. This implementation is based on boost::hash_range. Is sensitive to the order of the elements.
Clone this wiki locally