package com.hypixel.fastutil.chars;
@FunctionalInterface
public interface Char2IntOperator {
int apply(char var1, int var2);
}