package com.hypixel.fastutil.ints;
@FunctionalInterface
public interface Int2IntOperator {
int apply(int var1, int var2);
}