any?/1
any?(enumerable)Returns true if at least one element in enumerable is truthy.
If no element in enumerable is truthy then the function returns false.
On empty enumerables this function returns false.
any?(enumerable)Returns true if at least one element in enumerable is truthy.
If no element in enumerable is truthy then the function returns false.
On empty enumerables this function returns false.