v0.5.0
Changelog
95ee6e4 Merge pull request #167 from Syuparn/add-std
New features
- props: add
<>#All
to read stdin at once - props: add
Obj#traverse
to search nested keys - props: add
Iterable#flipflop
- props: add
Iterable#avg, Iterable#std
for statictics - props: enable to use arighmetic operators for float
- props: add
Iterable#tally
to count elements