bamboo-d ~master (2018-08-01T21:37:34Z)
Dub
Repo
TypeId
bamboo
codegen
types
Provides metadata for D introspection on dclass types.
struct
TypeId {
int
id
;
string
name
;
int
firstFieldId
;
}
Members
Variables
firstFieldId
int
firstFieldId
;
Undocumented in source.
id
int
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
bamboo
codegen
types
manifest constants
Primitives
blobTypes
floatTypes
intTypes
structs
FieldId
TypeId
Provides metadata for D introspection on dclass types.