ValueRangePropagator.canFit

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

Meta