12:51am PDT - July 21st, 2022

One of the things I like about #Rust is that there is no null value. If a value may not be present, you have to use the Option type, which either has a value => Some(val), or not => None. So you are always aware that the value may be absent, and have to deal with it.

0 retweets   0 likes  - Stefan Waldmann (@waldmann42)