Jv.Bool
bool
properties accessors.
find o p
is Option.map to_bool (find o p)
. This is unsafe, only use if you know that if o
defines p
it is guaranteed to be a JavaScript boolean.
get o p
is to_bool (get o p)
. This is unsafe, only use if you know o
has p
and it is guaranteed to be a JavaScript boolean.