2345678
import objd.collection.Range; public class Int { public static Range to(int a, int b) { return new Range(a, b, 1); }