Skip to content

Release v0.0.0

Compare
Choose a tag to compare
@zostay zostay released this 08 Apr 05:36
· 110 commits to master since this release
135ce9d
  • Initial release.
  • Tools to makeup for limits in the std library.
  • Includes generic package features: Comparison, LessThan, Equal, GreaterThan,
    ComparableInterface, Comparable, Compare, Max, MaxI, Min, MinI,
    Less, LessI, and Zero
  • Includes iterable package features: Interface
  • Includes maps package features: Copy, CopyInit, Clear, Iterator,
    Iterator.Len, Iterator.Next, Iterator.Index, Iterator.ID, Iterator.Val, Keys,
    Values, and KVs
  • Includes set package features: Set, New, Set.Contains, Set.Insert,
    Set.Delete, Set.Len, Set.SubsetOf, Set.Intersects, Set.Intersection,
    Set.Union, Set.Difference, Copy, CopyInit
  • Includes slices package features: Iterator, NewIterator, Iterator.Len,
    Iterator.Next, Iterator.Index, Iterator.ID, Iterator.Val, Delete,
    DeleteValue, DeleteAllValues, Push, Pop, Shift, Unshift
  • Includes strings package features: ContainsOnly, FromRange, and Reverse