芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Vec/drop.php
Vec(4, 5) * * @template T * * @param iterable
$iterable Iterable to drop the elements from * @param int<0, max> $n Number of elements to drop from the start * * @return list
*/ function drop(iterable $iterable, int $n): array { return slice($iterable, $n); }