Skip to content

Commit

Permalink
Improvements to Tuples
Browse files Browse the repository at this point in the history
 - fromArray now takes optional length, useful when mapping a resizable buffer to a tuple.
 - New types: IndexOf, Contains, IndicesWhere, ReverseOnto
 - New methods: filter, indexOfType, containsType, reverseOnto
 - reverse methods stabilized
 - New boolean types useful for comparing labels: Conforms, Contains, Disjoint

Improve organization and doc comments

 - Bring some order and regularity into sequence of methods and types
 - Make doc comments more regular and informative
  • Loading branch information
odersky committed Dec 3, 2023
1 parent 55c2002 commit eff2d54
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 104 deletions.
Loading

0 comments on commit eff2d54

Please sign in to comment.