Articles tagged with type-system

  • Type-safe dictionaries

    Dictionary is one of the key data structures in the Swift standard library. We'll look into how to gain complete type-safety when storing different kinds of values in the same dictionary.

    Jun 27, 2020