Content deleted Content added
m →Rust |
|||
Line 578:
impl Car {
fn new() -> Car {
Car {}
}
}
Line 625:
}
</syntaxhighlight>
==See also==
* [[Composite pattern]]
|
m →Rust |
|||
Line 578:
impl Car {
fn new() -> Car {
Car {}
}
}
Line 625:
}
</syntaxhighlight>
==See also==
* [[Composite pattern]]
|