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.ints;
@FunctionalInterface
public interface Int2ShortOperator {
short apply(int var1, short var2);
}