pub fn empty_(args: Args<'_>) -> Result<Value>
True if the length of a Map, List, or String is 0.
0
empty?([]) #=> true empty?([1]) #=> false