empty_

Function empty_ 

Source
pub fn empty_(args: Args<'_>) -> Result<Value>
Expand description

True if the length of a Map, List, or String is 0.

empty?([])  #=> true
empty?([1]) #=> false