You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Provide `auto` type inference for local vars, fields, and method return types
#372
- Support type-safe tuple expressions
#373
- Support multiple return types via `auto` and enhanced tuple expressions
#375
- Support only LTS versions of JDKs and the latest release
rsmckinney
added a commit
to manifold-systems/manifold-ij
that referenced
this issue
Jun 17, 2022
Support multiple return types via
auto
and enhanced tuple expressions.For better readability omit the requirement for parenthesis for tuple expressions used as multiple return types.
The text was updated successfully, but these errors were encountered: