Skip to content

Typedefs

With typedefs you can create type aliases for types. Typedefs can be global as well.

  typedef alias var
  global typedef SomeCallback void functionref(int)