StrictIterable::slice

public function slice(
  int $start,
  int $len,
): Iterable<Tv>;

Parameters

  • int $start
  • int $len

Returns