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