Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 394 Bytes

index.md

File metadata and controls

21 lines (11 loc) · 394 Bytes

Not Covered Here

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 and sprintf("%t", ...)

  • Time measurement with gauge