
Aksh
@612aksh
Serverless Developer @antstack | AWS Certified Developer
ID: 3113668031
25-03-2015 07:29:08
30 Tweet
65 Followers
168 Following



9 key CS topics - and the best book and video for learning each of them: bit.ly/2Jcl6qX (credit Bradfield School)





Another exciting new feature in Rust Language 1.53: Nested or patterns. 🦀✨ This allows you to use the `|` or operator anywhere inside a pattern, instead of only at the top level: Before: Some(A) | Some(B) After: Some(A | B)





