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