whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Iter
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Iter/is_empty.php
<?php declare(strict_types=1); namespace Psl\Iter; /** * Returns true if the given iterable is empty. * * @template T * * @param iterable<T> $iterable * * @psalm-assert-if-true empty $iterable */ function is_empty(iterable $iterable): bool { return 0 === namespace\count($iterable); }
Copyright ©2021 || Defacer Indonesia