84858687888990
* @param object A single int or int array to wrap. * @return A CoreInt wrapping the given integers. */ @Deprecated public static CoreInt $(int... object) { return new CoreInt($, object); }