The "Unknown:"s below indicate that an entry is incomplete.
See the various entries for C
// | commenting (until end of line) |
const T | mutability, constness (type of a constant value) |
false | false value |
NULL | false value |
0(1) | false value |
'\0' | false value |
bool | type name |
Unknown:
optional value (null coalescing)
int8_t, uint8_t, int16_t, uint16_t, ...64 | type name (integers) |