InterpolateTableData

struct InterpolateTableData (
T
) if (
hasBasicMathOp!T
) {
float key;
T val;
}

Meta