The devdocs page however is very bad at introduction. For example, I clicked "deques" because of the funny name. And I landed here: <https://devdocs.io/nim-deques>/ --- and there is no text at all what a "deques" is.
The Nim version however has a little text and a small sample program. Much nicer, see <https://nim-lang.org/docs/deques.html> Generally, as a Nim newcomer, I'd like to have more sample programs. Not just at the top, but also in the various entries. Some entries have a very terse description, and sometimes an example can immediately shed light.