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