Hacker News new | ask | show | jobs
by tretiy3 295 days ago
i did not get it until learning rust. and only then u realized that: if let Some(msg) = read_message(&mut stream) { is the same as if msg := read_message(stream):