package symjava.bytecode; public interface BytecodeVecFunc { void apply(double[] outAry, int outPos, double ...args); }