Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style-guide: Expand documentation on
as
casts (mostly like a binary…
… operator) `as` casts currently get formatted like a binary operator, except that the second line can stack several `as` casts rather than breaking them each onto their own line. Merge `as` into a subsection of the binary operators section, and then go into detail on the one difference between `as` formatting and binary operator formatting.
- Loading branch information