Skip to content

Commit

Permalink
refactor(intervals): restructure for functional API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the API has been updated to be largely functional

- replace all static and most instance methods w/ standalone functions
- only class methods remaining are to implement these standard interfaces:
  `ICompare`, `IContains`, `ICopy`, `IEquiv`
- add samples() iterator
- update/replace values() iterator
- add doc strings
- add/update tests
  • Loading branch information
postspectacular committed Feb 2, 2021
1 parent e08367c commit e05d723
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 418 deletions.
Loading

0 comments on commit e05d723

Please sign in to comment.