Avatar
@swift-5.2.5 -emit-ir func contains(i: Int, lim: Int) -> Bool { (0..<lim).contains(i) } contains(1, 100)