Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@martin-ockajak martin-ockajak released this 31 Jul 15:33
· 4 commits to main since this release
  • Add methods
    • partitions()
  • Remove methods
    • collect_to()
    • into_bmap()
    • into_bset()
    • into_heap()
    • into_list()
    • into_map()
    • into_set()
    • into_vec()
    • into_deque)
  • Rename traits
    • CollectionInto -> CollectionTo
    • SequenceInto -> SequenceTo
    • Transform -> Convert
  • Remove traits
    • TransformInto
    • TransformVec
    • TransformVecInto
  • Split method table into groups by functionality