// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.fastutil.chars;

@FunctionalInterface
public interface Char2IntOperator
{
    int apply(final char p0, final int p1);
}
