pub const fn value_float(v: f32) -> ValueExpand description
A float argument, tag F. Kept distinct from value_double because the JVM distinguishes them:
f(float) and f(double) are different overloads, and the tag is what tells them apart.
pub const fn value_float(v: f32) -> ValueA float argument, tag F. Kept distinct from value_double because the JVM distinguishes them:
f(float) and f(double) are different overloads, and the tag is what tells them apart.