Skip to content

iter 1.1

Compare
Choose a tag to compare
@nikic nikic released this 27 Mar 15:55
· 86 commits to master since this release

Added iter functions:

  • Iterator mapKeys(callable $function, iterable $iterable)
  • Iterator reindex(callable $function, iterable $iterable)
  • Iterator chunk(iterable $iterable, int $size)
  • Iterator flip(iterable $iterable)
  • string join(string $separator, iterable $iterable)

Added iter\fn functions:

  • function nested_index(...$indices)