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.floats;
@FunctionalInterface
public interface Float2CharOperator {
char apply(float var1, char var2);
}