sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
TypeMatcher.visit
d
semantic
dtemplate
TypeMatcher
Undocumented in source. Be warned that the author may not have intended to support it.
bool
visit
(Type t)
bool
visit
(BuiltinType t)
bool
visit
(Struct s)
bool
visit
(Class c)
bool
visit
(Enum e)
bool
visit
(TypeAlias a)
bool
visit
(Interface i)
bool
visit
(Union u)
bool
visit
(Function f)
bool
visit
(Type[] seq)
bool
visit
(FunctionType f)
bool
visit
(Pattern p)
bool
visit
(TypeTemplateParameter p)
bool
visit
(Type t, ValueTemplateParameter p)
bool
visit
(Symbol s, TemplateArgument[] args)
struct
TypeMatcher
(bool isIFTI)
bool
visit
(
Symbol
s
,
TemplateArgument
[]
args
)
bool
visit
(CompileError e)
Meta
Source
See Implementation
d
semantic
dtemplate
TypeMatcher
constructors
this
functions
visit
visitArrayOf
visitPointerOf
visitSliceOf
variables
matchedArgs
matchee
pass