There was an error while loading. Please reload this page.
alias TypeInfo = *AnyType alias StructTypeInfo = *AnyStructType
__typeinfo__ DummyStructForGlobalRTTI
where DummyStructForGlobalRTTI is defined as
DummyStructForGlobalRTTI
struct DummyStructForGlobalRTTI () { func __array__ **AnyType = __types__ func __length__ usize = __types_length__ }
func getName(this *AnyType) String
func isAlias(this *AnyType) bool
func isStruct(this *AnyType) bool
func asStruct(this *AnyType) *AnyStructType
func getMemberNamesList(this *AnyType) <String> List
func getMemberNamesList(this *AnyStructType) <String> List
func getMemberCount(this *AnyType) usize
func getMemberNames(this *AnyType) <*ubyte> Array
func getMemberNames(this *AnyStructType) <*ubyte> Array
func getMemberTypes(this *AnyType) <*AnyType> Array
func getMemberTypes(this *AnyStructType) <*AnyType> Array
Table of Contents