Releases: jmonad/seq
Releases · jmonad/seq
Fix unsafe operations
- Fix some unsafe operations in
Seq - Add a method to get a LikedList from
Seq - Add a method to get a ArrayList from
Seq - Add a
takemethod to get the first N elements - Add a
dropmethod to remove the first N elements
Minor fix on array size
0.2.1.0 Travis fix