ValueRangePropagator.canFit

Undocumented in source.
  1. bool canFit(Expression e, Type t)
    struct ValueRangePropagator(T)
    bool
    canFit
    if (
    is(T == uint) ||
    is(T == ulong)
    )
  2. bool canFit(Expression e, BuiltinType t)

Meta