パッケージの詳細

@aureooms/js-itertools

aureooms225AGPL-3.0非推奨5.1.1

This package has been split up. Check @iterable-iterator, @set-theory, and @combinatorics.

Iterable and iterator library for JavaScript

chain, combinations, filter, iter

readme

:hammer_and_wrench: @aureooms/js-itertools


© xkcd.com

Python's iterable and iterator library for JavaScript. See docs. Parent is @aureooms/js-library.

:warning: The code requires regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

cycle( chain( [ [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ] ) ) ; // 0 1 2 3 4 5 0 1 ...

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

:link: References in Python and JavaScript