autowrap ~master (2021-06-16T16:42:41Z)
Dub
Repo
PrimordialType
autowrap
reflection
Undocumented in source.
template
PrimordialType (
T
) {
import
mirror
.
meta
.
traits
:
FundamentalType
;
;
import
std
.
traits
:
Unqual
;
;
alias
PrimordialType
=
Unqual
!(
FundamentalType
!
T
)
;
}
Members
Aliases
PrimordialType
alias
PrimordialType
=
Unqual
!(
FundamentalType
!
T
)
Undocumented in source.
Meta
Source
See Implementation
autowrap
reflection
templates
AllAggregates
AllConstants
AllFunctions
Constants
Functions
PrimordialType
isExportFunction
isUserAggregate