While I like the `cast` syntax, I’d vote against i...
# stdlib
c
While I like the
cast
syntax, I’d vote against it as well because it makes it harder to locate such casts in a general search in the code base. If I want to find out how many times I cast in my code, I can just do a search for
” as “
. Adding synonyms to this makes it harder to conduct this kind of search.