芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Dict/drop.php
1, 'b' => 2, 'c' => 3, 'd' => 4], 2) * => Dict('c' => 3, 'd' => 4) * * @template Tk of array-key * @template Tv * * @param iterable
$iterable Iterable to drop the elements from * @param int<0, max> $n Number of elements to drop from the start * * @return array
*/ function drop(iterable $iterable, int $n): array { return slice($iterable, $n); }