Skip to content

Fix unsafe operations

Latest
Compare
Choose a tag to compare
@vitorprado vitorprado released this 28 Apr 17:44
· 8 commits to master since this release
  • 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 take method to get the first N elements
  • Add a drop method to remove the first N elements