We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Documenting unchecked, @intToPtr(), and @ptrToInt()
Minor fixes
Documenting @bitCast()
Documenting built-ins @cast, @e, and @pi
Documenting new struct initialization syntax
Documenting new struct syntax
Documenting floats
Updating documentation with 'type' type
Updating documentation now that types are required to be specified when assigning integer literals
Updating documentation for array type syntax change to element type prepended by '[]'
Function pointer example
Documenting array constants
Documenting struct constants
More constant documentation
Documenting constants
Adding 'cast' keyword
Documenting casting
Renaming 'inclusive' and 'exclusive' ranges to 'closed' and 'half-open' respectively
Changing hex prefix back to 0x
Documenting for-loop index vars
Documenting slices
Documenting array for-loops
Documenting arrays
Documenting return
Documenting break and continue
Documenting subscript operator
Documenting pointers
Documenting for loops
Changing hex prefix to 0h