A modern formatting library
-
Updated
Apr 12, 2022 - C++
Add a description, image, and links to the formatting topic page so that developers can more easily learn about it.
To associate your repository with the formatting topic, visit your repo's landing page and select "manage topics."
Sometimes one might want to do multiple assignments in a single line to reduce number of lines of code, e.g.
Pmin, Pmax = get_pmin(fnm.system), get_pmax(fnm.system)If this is considered bad style by us, we should probably add a comment about this in the docs.