We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The new convention is as so:
struct Kitty { } impl Kitty { static fn new() -> Kitty { ... } static fn new_with_claws(claws: &[Claw]) -> Kitty { ... } }
Still requires a snapshot before this can happen.