- makeArray
Type makeArray(Type base_type)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeAssociativeArray
Type makeAssociativeArray(Type value_type, Type key_type)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeDelegate
Type makeDelegate(Type return_type, Type[] parameter_types)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeFunction
Type makeFunction(Type return_type, Type[] parameter_types)
Undocumented in source. Be warned that the author may not have intended to support it.
- makePointer
Type makePointer(Type base_type)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeStaticArray
Type makeStaticArray(Type base_type, string length)
Undocumented in source. Be warned that the author may not have intended to support it.