File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ the following python constructs/idioms/libraries available in JavaScript under t
32
32
- [ itertools] ( https://docs.python.org/3/library/itertools.html )
33
33
- [ itertools recipes] ( https://docs.python.org/3/library/itertools.html#itertools-recipes )
34
34
- [ more-itertools] ( https://pypi.org/project/more-itertools )
35
+ - [ cardinality] ( https://github.com/wbolster/cardinality )
35
36
- [ ` reduce ` ] ( https://docs.python.org/3/library/functools.html?highlight=reduce#functools.reduce )
36
37
37
38
The corresponding software library used to be released as a monolith.
@@ -44,6 +45,8 @@ Extra features are marked with a `*`.
44
45
45
46
### [ ` @iterable-iterator ` ] ( https://github.com/iterable-iterator )
46
47
48
+ - [ ` @iterable-iterator/cardinality ` ] ( https://github.com/iterable-iterator/cardinality ) :
49
+ ` isEmpty ` , ` count ` , ...
47
50
- [ ` @iterable-iterator/chain ` ] ( https://github.com/iterable-iterator/chain ) :
48
51
` chain ` , ` chain.from_iterable ` as ` _chain `
49
52
- [ ` @iterable-iterator/consume ` ] ( https://github.com/iterable-iterator/consume ) :
You can’t perform that action at this time.
0 commit comments