Single value interpolation
auto sc = singleConstant(34.1); assert(sc(100) == 34.1); assert(sc.opCall!2(100) == [34.1, 0, 0]);
See Implementation
Single value interpolation