Vale v0.2.0 Release
New features:
- Can now
breakfrom inside a loop! - Adds const generics.
- Adds concept functions.
Simplified syntax:
- Removed function signatures'
impl MyInterface, no longer needed. - Removed permissions and pointers
- Improved ownership rules, method calling on...