Skip to main content

value_float

Function value_float 

Source
pub const fn value_float(v: f32) -> Value
Expand 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.