quirks ~master (2021-09-03T19:54:14Z)
Dub
Repo
SimpleTypeOf.SimpleTypeOf
quirks
type
SimpleTypeOf
Undocumented in source.
alias
SimpleTypeOf
=
SimpleTypeOf
!(
std
.
traits
.
PointerTarget
!
Type
)
template
SimpleTypeOf
(alias thing)
@
safe
static if
(
isPointer!Type
)
static if
(
isPointer!(std.traits.PointerTarget!Type)
)
alias
SimpleTypeOf
=
SimpleTypeOf
!(
std.traits.PointerTarget
!
Type
)
alias
SimpleTypeOf
=
std
.
traits
.
PointerTarget
!
Type
alias
SimpleTypeOf
=
Type
Meta
Source
See Implementation
quirks
type
SimpleTypeOf
aliases
SimpleTypeOf
Type