Jv.Float
float
object properties.
find o p
is find_map to_float o p
. This is unsafe, only use if you know that if o
defines p
it is guaranteed to be a JavaScript number.
get o p
is to_float (get o p)
. This is unsafe, only use if you know o
has p
and it is guaranteed to be a JavaScript number.