ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
isPointerType.isPointerType
ocean
meta
traits
Basic
isPointerType
Undocumented in source.
auto
isPointerType
;
template
isPointerType
(T)
static immutable
static if
(
is(Unqual!(T) U == U*)
)
auto
isPointerType
=
true
;
auto
isPointerType
;
Meta
Source
See Source File
ocean
meta
traits
Basic
isPointerType
static variables
isPointerType