This commit is contained in:
Intege-rs
2026-01-24 07:55:36 -05:00
commit 7a77188758
5298 changed files with 723645 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package com.hypixel.fastutil.bytes;
@FunctionalInterface
public interface Byte2DoubleOperator {
double apply(byte var1, double var2);
}