sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
ValueRangePropagator.canFit
d
semantic
vrp
ValueRangePropagator
Undocumented in source.
bool
canFit
(Expression e, Type t)
struct
ValueRangePropagator
(T)
bool
canFit
(
Expression
e
,
Type
t
)
if
(
is
(
T
==
uint
) ||
is
(
T
==
ulong
)
)
bool
canFit
(Expression e, BuiltinType t)
Meta
Source
See Implementation
d
semantic
vrp
ValueRangePropagator
aliases
VR
constructors
this
functions
canFit
visit