Modules
External packages?
use @external_package
Iterators
Traits
Default trait implementation
Operator implementation trait
impl Add for MyOwnType {
fn add(self, other: MyOwnType) -> MyOwnType {
// ...
}
}
Future plans and development roadmap for Swamp
use @external_package
impl Add for MyOwnType {
fn add(self, other: MyOwnType) -> MyOwnType {
// ...
}
}