package com.hypixel.fastutil.doubles;
@FunctionalInterface
public interface Double2ShortOperator {
short apply(double var1, short var3);
}