let
s? https://github.com/gerdoe-jr/tw-econ/blob/925b4a6e720fd1cafdb214ab2c216d4e4e870db2/src/lib.rs#L115 i thought let is for variable assignment but i would not assume that Ok(out) or Err(_) is a valid variable nametry_read
returns Err
, do the followingif s.read() {
let
keyword?while
takes a booleanwhile let
allows you to pattern-matchlet
without a variable name to indicate pattern matchinglet (a, mut b) = (1, 2);
let … else {}
)bash
ing let
, you sh
ould learn rustapt update
?htop
which takes 0sec but you gotta let brew do 10mins of git clone first