aslike ~master (2020-12-13T12:11:33Z)
Dub
Repo
LikeWrapper
aslike
version(!D_BetterC)
class
LikeWrapper : T(
T
S
bool
isRef
= false
string
ctxName
= "__context_"
bool
isFinal
= true
)
if
(
is
(
T
== interface)
) {
this
(Unqual!S c);
this
(Unqual!S c);
this
(S c);
}
Constructors
this
this
(Unqual!S c)
Undocumented in source.
this
this
(Unqual!S c)
Undocumented in source.
this
this
(S c)
Undocumented in source.
Meta
Source
See Implementation
aslike
aliases
LikeObj
LikeObjCtx
classes
LikeWrapper
functions
as
asObj
asObjCtx
testField
toObj
useConstFoo
useConstFooObj
useFoo
useFooObj
interfaces
ConstFoo
Foo
structs
Like