swan asked me this after reading an earlier version of | Anna Hope
`as` is easy, convenient, and maybe not something to use| Anna Hope
Bill Gates? James E. Fawcette? Nancy Andrews? Jerry Pournelle? InfoWorld? Apocryphal?| Quote Investigator®
Source code: Lib/multiprocessing/ Availability: not Android, not iOS, not WASI. This module is not supported on mobile platforms or WebAssembly platforms. Introduction: multiprocessing is a package...| Python documentation
github crates-io docs-rs| docs.rs
Trait objects| doc.rust-lang.org
Programming languages all have built-in data structures, but these often differ from one language to another. This article attempts to list the built-in data structures available in JavaScript and what properties they have. These can be used to build other data structures.| MDN Web Docs
github crates-io docs-rs| docs.rs
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...| Python documentation
This chapter explains the meaning of the elements of expressions in Python. Syntax Notes: In this and the following chapters, extended BNF notation will be used to describe syntax, not lexical anal...| Python documentation
References and Borrowing| doc.rust-lang.org
Source code: Lib/os.py This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, s...| Python documentation
This module provides access to the mathematical functions defined by the C standard. These functions cannot be used with complex numbers; use the functions of the same name from the cmath module if...| Python documentation