ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
TypeId.TypeId
ocean
io
serialize
TypeId
TypeId
Undocumented in source.
auto
TypeId
;
auto
TypeId
;
auto
TypeId
;
auto
TypeId
;
auto
TypeId
;
auto
TypeId
;
auto
TypeId
;
template
TypeId
(T)
static immutable
static if
(!(
is(T == struct) && !isTypedef!(T)
))
static if
(!(
is(T == union)
))
static if
(!(
is(T Base : Base[])
))
static if
(!(
is(T Base == Base*)
))
static if
(
is(T Func == delegate) && is(Func Args == function) && is(Func R == return)
)
auto
TypeId
=
TypeId
!(
R
) ~
"delegate("
~
TupleId
!(
Args
) ~
")"
;
auto
TypeId
;
auto
TypeId
;
Meta
Source
See Source File
ocean
io
serialize
TypeId
TypeId
static variables
TypeId