We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add support for pattern in if
rusty syntax:
if let <pattern> = ... { }
this need support in compilation, and execution also
Activity