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)
With typedefs you can create type aliases for types. Typedefs can be global as well.
typedef alias var
global typedef SomeCallback void functionref(int)