pythonic_utils 0.1.0
pythonic_utils: ^0.1.0 copied to clipboard
Pythonic utils for Dart.
0.1.0 - 2021-10-09 #
- Added itertools:
- next()
- zip()
- enumerate()
- Added Pair()
- Added Range()
- Added strtools:
- strIter()
- removeSuffix()
- strJoin()
- toString()