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