- 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
Seq
Seq
Seq
take
method to get the first N elementsdrop
method to remove the first N elements