|
|
|
|
|
by brandmeyer
1753 days ago
|
|
"fat arrow" would just be symbol-speaking. Assuming you are referring to the match syntax in rust[1], I verbalize "PATTERN => EXPRESSION" as "on $PATTERN, do $EXPRESSION". I don't read code in English, even though I'm a native speaker. So its kindof a silly question: this would only come up when walking someone else through the code. I internally read code using data-flow and control-flow graphs. The written abbreviation is just shorthand for a specific type of graph vertex (or edge). [1] https://doc.rust-lang.org/book/ch18-01-all-the-places-for-pa... |
|
There is Func<T> - that's a delegate type.