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