Pinq\Iterators\Common\Identity::hashAll PHP Method

hashAll() public static method

Returns an array of string representations of the supplied values
public static hashAll ( array $values ) : string[]
$values array
return string[]
    public static function hashAll(array $values)
    {
        return array_map([__CLASS__, 'hash'], $values);
    }