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