-
-
Notifications
You must be signed in to change notification settings - Fork 21
Aliases
CD2 edited this page Feb 8, 2023
·
2 revisions
You can define type aliases with the type keyword. Type aliases must end with _t.
type int_t = int;