Koazee v0.0.3 Release Notes

Release Date: 2018-12-15 // over 5 years ago
  • โž• Added

    • โœ‚ DeleteAt : It remove the elements in the given position
    • IndexOf : It returns the index of the element in the stream.
    • LastIndexOf : It returns the last occurrence for the element in the stream.
    • Pop : It extracts the first element in the stream and return this and the new stream
    • Reverse : It reverses the sequence of elements in the stream.
    • Set : It replaces the element in the given index by the provided value
    • Take : It returns a stream with the elements between the given indexes
    • ๐Ÿ†• New repository with examples koazee-samples

    ๐Ÿ”„ Changed

    • โšก๏ธ README has been updated with latest operations.

    From this release Koazee is part of awesome-go
    Awesome