Day #11

Type Aliasing

Type aliasing is a way of giving a type a different name. It is useful for type-safe code organization, and cosmetics.

1
2
3
4
5
typealias Credit = Int

struct Course {
    let credits: Credit
}

Originally published 04/13/2021 https://pittcsc.org/, republished 09/08/2022.

Licensed under CC BY-NC-SA 4.0
Last updated on Apr 13, 2021 00:00 UTC
Built with Hugo
Theme Stack designed by Jimmy