issues
search
lf-lang
/
rust-rti
Other
3
stars
1
forks
source link
Apply 'if let' for concise control flow
#47
Open
chanijjani
opened
8 months ago
chanijjani
commented
8 months ago
Applying
if let
can simplify verbose
match
code.
Applying
if let
can simplify verbosematch
code.