The "Missing:"s below indicate that an entry is incomplete.
See the various entries for C++
Missing:
documentation comment
| [](ta a, tb b) { ... } | anonymous function |
| [](ta a, tb b) -> typ { ... } | anonymous function |
| R"[ ... ]" | strings (with no interpolation of variables) |
Missing:
join a list of strings in a string using a glue string
| 0 nullptr(1) | optional value (null value) |
| ( a, b, c ) | tuple constructor |
| tuple< typ1, ..., typn > | tuple type |
Missing:
dictionary (type name)
Missing:
type name
random (random number)
random (seed the pseudo random generator)