0
1
llucycodes42
The code looks for a match within the variable expr. The matched pattern will be stored in the variable matched.
Shortcut: match
match expr {
}
0
1
llucycodes42
The code looks for a match within the variable expr. The matched pattern will be stored in the variable matched.
Shortcut: match
match expr {
}