Module btl.traits.common
TODO
Structs
Name | Description |
---|---|
Forward
|
Type used in forward constructors. |
Manifest constants
Name | Type | Description |
---|---|---|
classHasIndirections
|
Same as std but for classes.
|
|
instanceSize
|
Size of instance, if T is class then __traits(classInstanceSize, T) , otherwise T
|
|
isClassOrInterface
|
true if T is class or interface.
|
|
isRef
|
same as __traits(isRef, var) .
|
|
platformSupportGC
|
TODO | |
shouldAddGCRange
|
TODO |
Aliases
Name | Type | Description |
---|---|---|
Unshared
|
T
|
remove shared from type T .
|