Allow specifying default type for CGlue generated types. This would enable simpler generation of types on C/C++ side and allow for documentation. Other types may simply be hidden behind a submodule or somehting.
Example: type MyGroup = MyGroupArcBox;
Allow specifying default type for CGlue generated types. This would enable simpler generation of types on C/C++ side and allow for documentation. Other types may simply be hidden behind a submodule or somehting.
Example:
type MyGroup = MyGroupArcBox;