sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
TypePromoter.visit
d
semantic
typepromotion
TypePromoter
Undocumented in source. Be warned that the author may not have intended to support it.
Type
visit
(Type t)
Type
visit
(BuiltinType bt)
Type
visit
(Struct s)
Type
visit
(Class c)
Type
visit
(Enum e)
Type
visit
(TypeAlias a)
Type
visit
(Interface i)
Type
visit
(Union u)
Type
visit
(Function f)
Type
visit
(Type[] seq)
Type
visit
(FunctionType f)
struct
TypePromoter
Type
visit
(
FunctionType
f
)
Type
visit
(Pattern p)
Type
visit
(CompileError e)
Meta
Source
See Implementation
d
semantic
typepromotion
TypePromoter
constructors
this
functions
visit
visitArrayOf
visitPointerOf
visitSliceOf
variables
t1