Here are some of the things not covered:
-
Many details, for example all the format specifiers to
sprintf
-
Unnamed functions, with
lambda
-
Operator functions, such as
'+
-
Operator overloading in classes
-
void my_function(mixed ... args)
-
at_exit()
-
Type information with
typeof
-
_typeof
andsprintf("%t", ...)
-
Time measurement with
gauge