Skip to content

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;

Clone this wiki locally