# SyntBlaze ## Docs - [Addition](https://docs.syntblaze.com/bash/arithmetic-operators/addition.md) - [Comma](https://docs.syntblaze.com/bash/arithmetic-operators/comma.md) - [Division](https://docs.syntblaze.com/bash/arithmetic-operators/division.md) - [Exponentiation](https://docs.syntblaze.com/bash/arithmetic-operators/exponentiation.md) - [Modulo](https://docs.syntblaze.com/bash/arithmetic-operators/modulo.md) - [Multiplication](https://docs.syntblaze.com/bash/arithmetic-operators/multiplication.md) - [Subtraction](https://docs.syntblaze.com/bash/arithmetic-operators/subtraction.md) - [Ternary Operator](https://docs.syntblaze.com/bash/arithmetic-operators/ternary-operator.md) - [Unary Minus](https://docs.syntblaze.com/bash/arithmetic-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/bash/arithmetic-operators/unary-plus.md) - [Arithmetic Command](https://docs.syntblaze.com/bash/arithmetic/arithmetic-command.md) - [Arithmetic Expansion](https://docs.syntblaze.com/bash/arithmetic/arithmetic-expansion.md) - [Integer Attribute](https://docs.syntblaze.com/bash/arithmetic/integer-attribute.md) - [Let Command](https://docs.syntblaze.com/bash/arithmetic/let-command.md) - [Numeric Base Literal](https://docs.syntblaze.com/bash/arithmetic/numeric-base-literal.md) - [Associative Array](https://docs.syntblaze.com/bash/arrays/associative-array.md) - [Indexed Array](https://docs.syntblaze.com/bash/arrays/indexed-array.md) - [Addition Assignment](https://docs.syntblaze.com/bash/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/bash/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/bash/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/bash/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/bash/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/bash/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/bash/assignment-operators/left-shift-assignment.md) - [Modulo Assignment](https://docs.syntblaze.com/bash/assignment-operators/modulo-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/bash/assignment-operators/multiplication-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/bash/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/bash/assignment-operators/subtraction-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/bash/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/bash/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/bash/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/bash/bitwise-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/bash/bitwise-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/bash/bitwise-operators/right-shift.md) - [Alternation](https://docs.syntblaze.com/bash/brace-expansion/alternation.md) - [Nested Brace Expansion](https://docs.syntblaze.com/bash/brace-expansion/nested-brace-expansion.md) - [Sequence Expression](https://docs.syntblaze.com/bash/brace-expansion/sequence-expression.md) - [Step Sequence](https://docs.syntblaze.com/bash/brace-expansion/step-sequence.md) - [Zero-padded Sequence](https://docs.syntblaze.com/bash/brace-expansion/zero-padded-sequence.md) - [Array](https://docs.syntblaze.com/bash/built-in-types/array.md) - [Integer](https://docs.syntblaze.com/bash/built-in-types/integer.md) - [String](https://docs.syntblaze.com/bash/built-in-types/string.md) - [Brace Group](https://docs.syntblaze.com/bash/command-groups/brace-group.md) - [Coprocess](https://docs.syntblaze.com/bash/command-groups/coprocess.md) - [Subshell Group](https://docs.syntblaze.com/bash/command-groups/subshell-group.md) - [Conditional AND List](https://docs.syntblaze.com/bash/command-lists/conditional-and-list.md) - [Conditional OR List](https://docs.syntblaze.com/bash/command-lists/conditional-or-list.md) - [Sequential Command List](https://docs.syntblaze.com/bash/command-lists/sequential-command-list.md) - [Conditional Expression](https://docs.syntblaze.com/bash/conditional-expressions/conditional-expression.md) - [Test Expression](https://docs.syntblaze.com/bash/conditional-expressions/test-expression.md) - [Break Statement](https://docs.syntblaze.com/bash/control-flow/break-statement.md) - [Case Statement](https://docs.syntblaze.com/bash/control-flow/case-statement.md) - [Continue Statement](https://docs.syntblaze.com/bash/control-flow/continue-statement.md) - [Elif Clause](https://docs.syntblaze.com/bash/control-flow/elif-clause.md) - [Else Clause](https://docs.syntblaze.com/bash/control-flow/else-clause.md) - [If Statement](https://docs.syntblaze.com/bash/control-flow/if-statement.md) - [Block File Check](https://docs.syntblaze.com/bash/file-test-operators/block-file-check.md) - [Character File Check](https://docs.syntblaze.com/bash/file-test-operators/character-file-check.md) - [Directory Check](https://docs.syntblaze.com/bash/file-test-operators/directory-check.md) - [Executable Check](https://docs.syntblaze.com/bash/file-test-operators/executable-check.md) - [File Exists](https://docs.syntblaze.com/bash/file-test-operators/file-exists.md) - [Named Pipe Check](https://docs.syntblaze.com/bash/file-test-operators/named-pipe-check.md) - [Newer Than](https://docs.syntblaze.com/bash/file-test-operators/newer-than.md) - [Non-Empty File Check](https://docs.syntblaze.com/bash/file-test-operators/non-empty-file-check.md) - [Older Than](https://docs.syntblaze.com/bash/file-test-operators/older-than.md) - [Readable Check](https://docs.syntblaze.com/bash/file-test-operators/readable-check.md) - [Regular File Check](https://docs.syntblaze.com/bash/file-test-operators/regular-file-check.md) - [Same File](https://docs.syntblaze.com/bash/file-test-operators/same-file.md) - [Socket Check](https://docs.syntblaze.com/bash/file-test-operators/socket-check.md) - [Symbolic Link Check](https://docs.syntblaze.com/bash/file-test-operators/symbolic-link-check.md) - [Writable Check](https://docs.syntblaze.com/bash/file-test-operators/writable-check.md) - [Function Declaration](https://docs.syntblaze.com/bash/functions/function-declaration.md) - [Return Statement](https://docs.syntblaze.com/bash/functions/return-statement.md) - [Post-decrement](https://docs.syntblaze.com/bash/increment-and-decrement-operators/post-decrement.md) - [Post-increment](https://docs.syntblaze.com/bash/increment-and-decrement-operators/post-increment.md) - [Pre-decrement](https://docs.syntblaze.com/bash/increment-and-decrement-operators/pre-decrement.md) - [Pre-increment](https://docs.syntblaze.com/bash/increment-and-decrement-operators/pre-increment.md) - [Background Command](https://docs.syntblaze.com/bash/job-control/background-command.md) - [Disown Job](https://docs.syntblaze.com/bash/job-control/disown-job.md) - [Foreground Process](https://docs.syntblaze.com/bash/job-control/foreground-process.md) - [Job Specification](https://docs.syntblaze.com/bash/job-control/job-specification.md) - [Job Suspension](https://docs.syntblaze.com/bash/job-control/job-suspension.md) - [Process Group](https://docs.syntblaze.com/bash/job-control/process-group.md) - [Wait for Job](https://docs.syntblaze.com/bash/job-control/wait-for-job.md) - [Logical AND](https://docs.syntblaze.com/bash/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/bash/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/bash/logical-operators/logical-or.md) - [Arithmetic For Loop](https://docs.syntblaze.com/bash/loops/arithmetic-for-loop.md) - [For Loop](https://docs.syntblaze.com/bash/loops/for-loop.md) - [Select Loop](https://docs.syntblaze.com/bash/loops/select-loop.md) - [Until Loop](https://docs.syntblaze.com/bash/loops/until-loop.md) - [While Loop](https://docs.syntblaze.com/bash/loops/while-loop.md) - [Integer Equal](https://docs.syntblaze.com/bash/numeric-comparison-operators/integer-equal.md) - [Integer Greater Than](https://docs.syntblaze.com/bash/numeric-comparison-operators/integer-greater-than.md) - [Integer Greater Than Or Equal](https://docs.syntblaze.com/bash/numeric-comparison-operators/integer-greater-than-or-equal.md) - [Integer Less Than](https://docs.syntblaze.com/bash/numeric-comparison-operators/integer-less-than.md) - [Integer Less Than Or Equal](https://docs.syntblaze.com/bash/numeric-comparison-operators/integer-less-than-or-equal.md) - [Integer Not Equal](https://docs.syntblaze.com/bash/numeric-comparison-operators/integer-not-equal.md) - [Assign Default Value](https://docs.syntblaze.com/bash/parameter-expansion-operators/assign-default-value.md) - [Case Modification](https://docs.syntblaze.com/bash/parameter-expansion-operators/case-modification.md) - [Display Error if Null or Unset](https://docs.syntblaze.com/bash/parameter-expansion-operators/display-error-if-null-or-unset.md) - [Indirect Expansion](https://docs.syntblaze.com/bash/parameter-expansion-operators/indirect-expansion.md) - [Parameter Transformation](https://docs.syntblaze.com/bash/parameter-expansion-operators/parameter-transformation.md) - [Pattern Substitution](https://docs.syntblaze.com/bash/parameter-expansion-operators/pattern-substitution.md) - [Remove Matching Prefix Pattern](https://docs.syntblaze.com/bash/parameter-expansion-operators/remove-matching-prefix-pattern.md) - [Remove Matching Suffix Pattern](https://docs.syntblaze.com/bash/parameter-expansion-operators/remove-matching-suffix-pattern.md) - [String Length](https://docs.syntblaze.com/bash/parameter-expansion-operators/string-length.md) - [Substring Expansion](https://docs.syntblaze.com/bash/parameter-expansion-operators/substring-expansion.md) - [Use Alternate Value](https://docs.syntblaze.com/bash/parameter-expansion-operators/use-alternate-value.md) - [Use Default Value](https://docs.syntblaze.com/bash/parameter-expansion-operators/use-default-value.md) - [Positional Parameter](https://docs.syntblaze.com/bash/parameters/positional-parameter.md) - [Shift Command](https://docs.syntblaze.com/bash/parameters/shift-command.md) - [Special Parameter](https://docs.syntblaze.com/bash/parameters/special-parameter.md) - [Character Class](https://docs.syntblaze.com/bash/pattern-matching/character-class.md) - [Extended Glob](https://docs.syntblaze.com/bash/pattern-matching/extended-glob.md) - [Glob Pattern](https://docs.syntblaze.com/bash/pattern-matching/glob-pattern.md) - [Negated Character Class](https://docs.syntblaze.com/bash/pattern-matching/negated-character-class.md) - [Single Character Pattern](https://docs.syntblaze.com/bash/pattern-matching/single-character-pattern.md) - [Pipe](https://docs.syntblaze.com/bash/pipeline-and-process-operators/pipe.md) - [Pipe Output and Error](https://docs.syntblaze.com/bash/pipeline-and-process-operators/pipe-output-and-error.md) - [Process Substitution Input](https://docs.syntblaze.com/bash/pipeline-and-process-operators/process-substitution-input.md) - [Process Substitution Output](https://docs.syntblaze.com/bash/pipeline-and-process-operators/process-substitution-output.md) - [Negated Pipeline](https://docs.syntblaze.com/bash/pipelines/negated-pipeline.md) - [Pipeline](https://docs.syntblaze.com/bash/pipelines/pipeline.md) - [Timed Pipeline](https://docs.syntblaze.com/bash/pipelines/timed-pipeline.md) - [Append Output](https://docs.syntblaze.com/bash/redirection-operators/append-output.md) - [Append Output and Error](https://docs.syntblaze.com/bash/redirection-operators/append-output-and-error.md) - [Force Output Redirection](https://docs.syntblaze.com/bash/redirection-operators/force-output-redirection.md) - [Here Document](https://docs.syntblaze.com/bash/redirection-operators/here-document.md) - [Here String](https://docs.syntblaze.com/bash/redirection-operators/here-string.md) - [Read and Write Redirection](https://docs.syntblaze.com/bash/redirection-operators/read-and-write-redirection.md) - [Redirect Error](https://docs.syntblaze.com/bash/redirection-operators/redirect-error.md) - [Redirect Error to Output](https://docs.syntblaze.com/bash/redirection-operators/redirect-error-to-output.md) - [Redirect Input](https://docs.syntblaze.com/bash/redirection-operators/redirect-input.md) - [Redirect Output](https://docs.syntblaze.com/bash/redirection-operators/redirect-output.md) - [Command Substitution](https://docs.syntblaze.com/bash/script-structure/command-substitution.md) - [Comment](https://docs.syntblaze.com/bash/script-structure/comment.md) - [Exit Status](https://docs.syntblaze.com/bash/script-structure/exit-status.md) - [Shebang Line](https://docs.syntblaze.com/bash/script-structure/shebang-line.md) - [Source File](https://docs.syntblaze.com/bash/script-structure/source-file.md) - [Alias](https://docs.syntblaze.com/bash/shell-builtins/alias.md) - [Eval Command](https://docs.syntblaze.com/bash/shell-builtins/eval-command.md) - [Getopts Command](https://docs.syntblaze.com/bash/shell-builtins/getopts-command.md) - [Read Command](https://docs.syntblaze.com/bash/shell-builtins/read-command.md) - [DEBUG Trap](https://docs.syntblaze.com/bash/signal-handling/debug-trap.md) - [ERR Trap](https://docs.syntblaze.com/bash/signal-handling/err-trap.md) - [EXIT Trap](https://docs.syntblaze.com/bash/signal-handling/exit-trap.md) - [Ignore Signal](https://docs.syntblaze.com/bash/signal-handling/ignore-signal.md) - [Reset Signal Handler](https://docs.syntblaze.com/bash/signal-handling/reset-signal-handler.md) - [RETURN Trap](https://docs.syntblaze.com/bash/signal-handling/return-trap.md) - [Signal Trap](https://docs.syntblaze.com/bash/signal-handling/signal-trap.md) - [Regex Match](https://docs.syntblaze.com/bash/string-comparison-operators/regex-match.md) - [String Equal](https://docs.syntblaze.com/bash/string-comparison-operators/string-equal.md) - [String Greater Than](https://docs.syntblaze.com/bash/string-comparison-operators/string-greater-than.md) - [String Is Empty](https://docs.syntblaze.com/bash/string-comparison-operators/string-is-empty.md) - [String Is Not Empty](https://docs.syntblaze.com/bash/string-comparison-operators/string-is-not-empty.md) - [String Less Than](https://docs.syntblaze.com/bash/string-comparison-operators/string-less-than.md) - [String Not Equal](https://docs.syntblaze.com/bash/string-comparison-operators/string-not-equal.md) - [Declare Command](https://docs.syntblaze.com/bash/variables/declare-command.md) - [Environment Variable](https://docs.syntblaze.com/bash/variables/environment-variable.md) - [Exported Variable](https://docs.syntblaze.com/bash/variables/exported-variable.md) - [Local Variable](https://docs.syntblaze.com/bash/variables/local-variable.md) - [Nameref Variable](https://docs.syntblaze.com/bash/variables/nameref-variable.md) - [Read-only Variable](https://docs.syntblaze.com/bash/variables/read-only-variable.md) - [Special Variable](https://docs.syntblaze.com/bash/variables/special-variable.md) - [Variable](https://docs.syntblaze.com/bash/variables/variable.md) - [Addition](https://docs.syntblaze.com/c/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/c/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/c/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/c/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/c/arithmetic-operators/subtraction.md) - [Array Initialization](https://docs.syntblaze.com/c/arrays/array-initialization.md) - [Multi-Dimensional Array](https://docs.syntblaze.com/c/arrays/multi-dimensional-array.md) - [One-Dimensional Array](https://docs.syntblaze.com/c/arrays/one-dimensional-array.md) - [Variable-Length Array](https://docs.syntblaze.com/c/arrays/variable-length-array.md) - [Addition Assignment](https://docs.syntblaze.com/c/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/c/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/c/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/c/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/c/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/c/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/c/assignment-operators/left-shift-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/c/assignment-operators/multiplication-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/c/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/c/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/c/assignment-operators/subtraction-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/c/bitwise-operators/bitwise-and.md) - [Bitwise Complement](https://docs.syntblaze.com/c/bitwise-operators/bitwise-complement.md) - [Bitwise OR](https://docs.syntblaze.com/c/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/c/bitwise-operators/bitwise-xor.md) - [_Bool](https://docs.syntblaze.com/c/built-in-types/_bool.md) - [_Complex](https://docs.syntblaze.com/c/built-in-types/_complex.md) - [char](https://docs.syntblaze.com/c/built-in-types/char.md) - [double](https://docs.syntblaze.com/c/built-in-types/double.md) - [float](https://docs.syntblaze.com/c/built-in-types/float.md) - [int](https://docs.syntblaze.com/c/built-in-types/int.md) - [long](https://docs.syntblaze.com/c/built-in-types/long.md) - [long double](https://docs.syntblaze.com/c/built-in-types/long-double.md) - [long long](https://docs.syntblaze.com/c/built-in-types/long-long.md) - [short](https://docs.syntblaze.com/c/built-in-types/short.md) - [signed char](https://docs.syntblaze.com/c/built-in-types/signed-char.md) - [unsigned char](https://docs.syntblaze.com/c/built-in-types/unsigned-char.md) - [unsigned int](https://docs.syntblaze.com/c/built-in-types/unsigned-int.md) - [unsigned long](https://docs.syntblaze.com/c/built-in-types/unsigned-long.md) - [unsigned long long](https://docs.syntblaze.com/c/built-in-types/unsigned-long-long.md) - [unsigned short](https://docs.syntblaze.com/c/built-in-types/unsigned-short.md) - [void](https://docs.syntblaze.com/c/built-in-types/void.md) - [Block Comment](https://docs.syntblaze.com/c/comments/block-comment.md) - [Line Comment](https://docs.syntblaze.com/c/comments/line-comment.md) - [Equality](https://docs.syntblaze.com/c/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/c/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/c/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/c/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/c/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/c/comparison-operators/less-than-or-equal-to.md) - [Comma](https://docs.syntblaze.com/c/conditional-and-sequencing-operators/comma.md) - [Conditional](https://docs.syntblaze.com/c/conditional-and-sequencing-operators/conditional.md) - [Enum Declaration](https://docs.syntblaze.com/c/enumerations/enum-declaration.md) - [Enum with Explicit Values](https://docs.syntblaze.com/c/enumerations/enum-with-explicit-values.md) - [Typedef Enum](https://docs.syntblaze.com/c/enumerations/typedef-enum.md) - [_Noreturn Function](https://docs.syntblaze.com/c/functions/_noreturn-function.md) - [Function Declaration](https://docs.syntblaze.com/c/functions/function-declaration.md) - [Function Definition](https://docs.syntblaze.com/c/functions/function-definition.md) - [Inline Function](https://docs.syntblaze.com/c/functions/inline-function.md) - [Static Function](https://docs.syntblaze.com/c/functions/static-function.md) - [Variadic Function](https://docs.syntblaze.com/c/functions/variadic-function.md) - [Do-While Loop](https://docs.syntblaze.com/c/iteration-statements/do-while-loop.md) - [For Loop](https://docs.syntblaze.com/c/iteration-statements/for-loop.md) - [While Loop](https://docs.syntblaze.com/c/iteration-statements/while-loop.md) - [Break Statement](https://docs.syntblaze.com/c/jump-statements/break-statement.md) - [Continue Statement](https://docs.syntblaze.com/c/jump-statements/continue-statement.md) - [Goto Statement](https://docs.syntblaze.com/c/jump-statements/goto-statement.md) - [Return Statement](https://docs.syntblaze.com/c/jump-statements/return-statement.md) - [Logical AND](https://docs.syntblaze.com/c/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/c/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/c/logical-operators/logical-or.md) - [Array Parameter](https://docs.syntblaze.com/c/parameters/array-parameter.md) - [Pointer Parameter](https://docs.syntblaze.com/c/parameters/pointer-parameter.md) - [Value Parameter](https://docs.syntblaze.com/c/parameters/value-parameter.md) - [Variadic Parameter](https://docs.syntblaze.com/c/parameters/variadic-parameter.md) - [Const Pointer](https://docs.syntblaze.com/c/pointers/const-pointer.md) - [Function Pointer](https://docs.syntblaze.com/c/pointers/function-pointer.md) - [Null Pointer](https://docs.syntblaze.com/c/pointers/null-pointer.md) - [Pointer Declaration](https://docs.syntblaze.com/c/pointers/pointer-declaration.md) - [Pointer Initialization](https://docs.syntblaze.com/c/pointers/pointer-initialization.md) - [Pointer to Array](https://docs.syntblaze.com/c/pointers/pointer-to-array.md) - [Pointer to Const](https://docs.syntblaze.com/c/pointers/pointer-to-const.md) - [Pointer to Pointer](https://docs.syntblaze.com/c/pointers/pointer-to-pointer.md) - [Restrict-Qualified Pointer](https://docs.syntblaze.com/c/pointers/restrict-qualified-pointer.md) - [Void Pointer](https://docs.syntblaze.com/c/pointers/void-pointer.md) - [Array Subscript](https://docs.syntblaze.com/c/postfix-operators/array-subscript.md) - [Function Call](https://docs.syntblaze.com/c/postfix-operators/function-call.md) - [Member Access](https://docs.syntblaze.com/c/postfix-operators/member-access.md) - [Pointer Member Access](https://docs.syntblaze.com/c/postfix-operators/pointer-member-access.md) - [Post-Decrement](https://docs.syntblaze.com/c/postfix-operators/post-decrement.md) - [Post-Increment](https://docs.syntblaze.com/c/postfix-operators/post-increment.md) - [Conditional Compilation](https://docs.syntblaze.com/c/preprocessor-directives/conditional-compilation.md) - [Error Directive](https://docs.syntblaze.com/c/preprocessor-directives/error-directive.md) - [Function-like Macro](https://docs.syntblaze.com/c/preprocessor-directives/function-like-macro.md) - [Include Directive](https://docs.syntblaze.com/c/preprocessor-directives/include-directive.md) - [Line Directive](https://docs.syntblaze.com/c/preprocessor-directives/line-directive.md) - [Macro Concatenation](https://docs.syntblaze.com/c/preprocessor-directives/macro-concatenation.md) - [Macro Stringification](https://docs.syntblaze.com/c/preprocessor-directives/macro-stringification.md) - [Object-like Macro](https://docs.syntblaze.com/c/preprocessor-directives/object-like-macro.md) - [Pragma Directive](https://docs.syntblaze.com/c/preprocessor-directives/pragma-directive.md) - [Predefined Macros](https://docs.syntblaze.com/c/preprocessor-directives/predefined-macros.md) - [Undef Directive](https://docs.syntblaze.com/c/preprocessor-directives/undef-directive.md) - [Case Label](https://docs.syntblaze.com/c/selection-statements/case-label.md) - [Default Label](https://docs.syntblaze.com/c/selection-statements/default-label.md) - [Else Clause](https://docs.syntblaze.com/c/selection-statements/else-clause.md) - [If Statement](https://docs.syntblaze.com/c/selection-statements/if-statement.md) - [Switch Statement](https://docs.syntblaze.com/c/selection-statements/switch-statement.md) - [Right Shift](https://docs.syntblaze.com/c/shift-operators/right-shift.md) - [Anonymous Struct](https://docs.syntblaze.com/c/structs/anonymous-struct.md) - [Bit-field](https://docs.syntblaze.com/c/structs/bit-field.md) - [Flexible Array Member](https://docs.syntblaze.com/c/structs/flexible-array-member.md) - [Nested Struct](https://docs.syntblaze.com/c/structs/nested-struct.md) - [Self-Referential Struct](https://docs.syntblaze.com/c/structs/self-referential-struct.md) - [Struct](https://docs.syntblaze.com/c/structs/struct.md) - [Struct Initialization](https://docs.syntblaze.com/c/structs/struct-initialization.md) - [Typedef Struct](https://docs.syntblaze.com/c/structs/typedef-struct.md) - [Implicit Conversion](https://docs.syntblaze.com/c/type-conversions/implicit-conversion.md) - [Integer Promotion](https://docs.syntblaze.com/c/type-conversions/integer-promotion.md) - [Usual Arithmetic Conversions](https://docs.syntblaze.com/c/type-conversions/usual-arithmetic-conversions.md) - [Address-of](https://docs.syntblaze.com/c/unary-operators/address-of.md) - [Alignof](https://docs.syntblaze.com/c/unary-operators/alignof.md) - [Cast](https://docs.syntblaze.com/c/unary-operators/cast.md) - [Dereference](https://docs.syntblaze.com/c/unary-operators/dereference.md) - [Pre-Decrement](https://docs.syntblaze.com/c/unary-operators/pre-decrement.md) - [Pre-Increment](https://docs.syntblaze.com/c/unary-operators/pre-increment.md) - [Sizeof](https://docs.syntblaze.com/c/unary-operators/sizeof.md) - [Unary Minus](https://docs.syntblaze.com/c/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/c/unary-operators/unary-plus.md) - [Anonymous Union](https://docs.syntblaze.com/c/unions/anonymous-union.md) - [Typedef Union](https://docs.syntblaze.com/c/unions/typedef-union.md) - [Union](https://docs.syntblaze.com/c/unions/union.md) - [Union Initialization](https://docs.syntblaze.com/c/unions/union-initialization.md) - [Const Variable](https://docs.syntblaze.com/c/variables/const-variable.md) - [Extern Variable](https://docs.syntblaze.com/c/variables/extern-variable.md) - [Global Variable](https://docs.syntblaze.com/c/variables/global-variable.md) - [Local Variable](https://docs.syntblaze.com/c/variables/local-variable.md) - [Register Variable](https://docs.syntblaze.com/c/variables/register-variable.md) - [Static Variable](https://docs.syntblaze.com/c/variables/static-variable.md) - [Thread-Local Variable](https://docs.syntblaze.com/c/variables/thread-local-variable.md) - [Volatile Variable](https://docs.syntblaze.com/c/variables/volatile-variable.md) - [Function Call](https://docs.syntblaze.com/cpp/access-operators/function-call.md) - [Member Access](https://docs.syntblaze.com/cpp/access-operators/member-access.md) - [Pointer Member Access](https://docs.syntblaze.com/cpp/access-operators/pointer-member-access.md) - [Pointer-to-Member of Object](https://docs.syntblaze.com/cpp/access-operators/pointer-to-member-of-object.md) - [Pointer-to-Member of Pointer](https://docs.syntblaze.com/cpp/access-operators/pointer-to-member-of-pointer.md) - [Scope Resolution](https://docs.syntblaze.com/cpp/access-operators/scope-resolution.md) - [Subscript](https://docs.syntblaze.com/cpp/access-operators/subscript.md) - [Addition](https://docs.syntblaze.com/cpp/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/cpp/arithmetic-operators/division.md) - [Modulus](https://docs.syntblaze.com/cpp/arithmetic-operators/modulus.md) - [Multiplication](https://docs.syntblaze.com/cpp/arithmetic-operators/multiplication.md) - [Subtraction](https://docs.syntblaze.com/cpp/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/cpp/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/cpp/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/cpp/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/cpp/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/cpp/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/cpp/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/cpp/assignment-operators/left-shift-assignment.md) - [Modulus Assignment](https://docs.syntblaze.com/cpp/assignment-operators/modulus-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/cpp/assignment-operators/multiplication-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/cpp/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/cpp/assignment-operators/subtraction-assignment.md) - [Assume Attribute](https://docs.syntblaze.com/cpp/attributes/assume-attribute.md) - [Carries Dependency Attribute](https://docs.syntblaze.com/cpp/attributes/carries-dependency-attribute.md) - [Deprecated Attribute](https://docs.syntblaze.com/cpp/attributes/deprecated-attribute.md) - [Fallthrough Attribute](https://docs.syntblaze.com/cpp/attributes/fallthrough-attribute.md) - [Likely Attribute](https://docs.syntblaze.com/cpp/attributes/likely-attribute.md) - [Maybe Unused Attribute](https://docs.syntblaze.com/cpp/attributes/maybe-unused-attribute.md) - [No Unique Address Attribute](https://docs.syntblaze.com/cpp/attributes/no-unique-address-attribute.md) - [Nodiscard Attribute](https://docs.syntblaze.com/cpp/attributes/nodiscard-attribute.md) - [Noreturn Attribute](https://docs.syntblaze.com/cpp/attributes/noreturn-attribute.md) - [Unlikely Attribute](https://docs.syntblaze.com/cpp/attributes/unlikely-attribute.md) - [Bitwise AND](https://docs.syntblaze.com/cpp/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/cpp/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/cpp/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/cpp/bitwise-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/cpp/bitwise-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/cpp/bitwise-operators/right-shift.md) - [Anonymous Union](https://docs.syntblaze.com/cpp/class-types/anonymous-union.md) - [Class](https://docs.syntblaze.com/cpp/class-types/class.md) - [Struct](https://docs.syntblaze.com/cpp/class-types/struct.md) - [Union](https://docs.syntblaze.com/cpp/class-types/union.md) - [Abstract Class](https://docs.syntblaze.com/cpp/class-variants/abstract-class.md) - [Final Class](https://docs.syntblaze.com/cpp/class-variants/final-class.md) - [Local Class](https://docs.syntblaze.com/cpp/class-variants/local-class.md) - [Nested Class](https://docs.syntblaze.com/cpp/class-variants/nested-class.md) - [Multi-line Comment](https://docs.syntblaze.com/cpp/comments/multi-line-comment.md) - [Single-line Comment](https://docs.syntblaze.com/cpp/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/cpp/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/cpp/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/cpp/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/cpp/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/cpp/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/cpp/comparison-operators/less-than-or-equal-to.md) - [Three-Way Comparison](https://docs.syntblaze.com/cpp/comparison-operators/three-way-comparison.md) - [Comma](https://docs.syntblaze.com/cpp/conditional-and-comma-operators/comma.md) - [Conditional](https://docs.syntblaze.com/cpp/conditional-and-comma-operators/conditional.md) - [Consteval Constructor](https://docs.syntblaze.com/cpp/constructors/consteval-constructor.md) - [Constexpr Constructor](https://docs.syntblaze.com/cpp/constructors/constexpr-constructor.md) - [Converting Constructor](https://docs.syntblaze.com/cpp/constructors/converting-constructor.md) - [Copy Constructor](https://docs.syntblaze.com/cpp/constructors/copy-constructor.md) - [Default Constructor](https://docs.syntblaze.com/cpp/constructors/default-constructor.md) - [Defaulted Constructor](https://docs.syntblaze.com/cpp/constructors/defaulted-constructor.md) - [Delegating Constructor](https://docs.syntblaze.com/cpp/constructors/delegating-constructor.md) - [Deleted Constructor](https://docs.syntblaze.com/cpp/constructors/deleted-constructor.md) - [Explicit Constructor](https://docs.syntblaze.com/cpp/constructors/explicit-constructor.md) - [Inheriting Constructor](https://docs.syntblaze.com/cpp/constructors/inheriting-constructor.md) - [Move Constructor](https://docs.syntblaze.com/cpp/constructors/move-constructor.md) - [Parameterized Constructor](https://docs.syntblaze.com/cpp/constructors/parameterized-constructor.md) - [Awaitable](https://docs.syntblaze.com/cpp/coroutines/awaitable.md) - [Awaiter](https://docs.syntblaze.com/cpp/coroutines/awaiter.md) - [co_return Statement](https://docs.syntblaze.com/cpp/coroutines/co_return-statement.md) - [Coroutine](https://docs.syntblaze.com/cpp/coroutines/coroutine.md) - [Coroutine Handle](https://docs.syntblaze.com/cpp/coroutines/coroutine-handle.md) - [Promise Type](https://docs.syntblaze.com/cpp/coroutines/promise-type.md) - [Suspend Point](https://docs.syntblaze.com/cpp/coroutines/suspend-point.md) - [Constexpr Destructor](https://docs.syntblaze.com/cpp/destructors/constexpr-destructor.md) - [Defaulted Destructor](https://docs.syntblaze.com/cpp/destructors/defaulted-destructor.md) - [Deleted Destructor](https://docs.syntblaze.com/cpp/destructors/deleted-destructor.md) - [Destructor](https://docs.syntblaze.com/cpp/destructors/destructor.md) - [Pure Virtual Destructor](https://docs.syntblaze.com/cpp/destructors/pure-virtual-destructor.md) - [Virtual Destructor](https://docs.syntblaze.com/cpp/destructors/virtual-destructor.md) - [Scoped Enumeration](https://docs.syntblaze.com/cpp/enumerations/scoped-enumeration.md) - [Unscoped Enumeration](https://docs.syntblaze.com/cpp/enumerations/unscoped-enumeration.md) - [Catch-All Handler](https://docs.syntblaze.com/cpp/error-handling/catch-all-handler.md) - [Catch Clause](https://docs.syntblaze.com/cpp/error-handling/catch-clause.md) - [Function Try Block](https://docs.syntblaze.com/cpp/error-handling/function-try-block.md) - [Noexcept Specifier](https://docs.syntblaze.com/cpp/error-handling/noexcept-specifier.md) - [Rethrow Expression](https://docs.syntblaze.com/cpp/error-handling/rethrow-expression.md) - [Throw Expression](https://docs.syntblaze.com/cpp/error-handling/throw-expression.md) - [Try Block](https://docs.syntblaze.com/cpp/error-handling/try-block.md) - [Const Member Function](https://docs.syntblaze.com/cpp/functions/const-member-function.md) - [Consteval Function](https://docs.syntblaze.com/cpp/functions/consteval-function.md) - [Constexpr Function](https://docs.syntblaze.com/cpp/functions/constexpr-function.md) - [Coroutine Function](https://docs.syntblaze.com/cpp/functions/coroutine-function.md) - [Defaulted Function](https://docs.syntblaze.com/cpp/functions/defaulted-function.md) - [Deleted Function](https://docs.syntblaze.com/cpp/functions/deleted-function.md) - [Final Function](https://docs.syntblaze.com/cpp/functions/final-function.md) - [Friend Function](https://docs.syntblaze.com/cpp/functions/friend-function.md) - [Inline Function](https://docs.syntblaze.com/cpp/functions/inline-function.md) - [Member Function](https://docs.syntblaze.com/cpp/functions/member-function.md) - [Non-member Function](https://docs.syntblaze.com/cpp/functions/non-member-function.md) - [Override Function](https://docs.syntblaze.com/cpp/functions/override-function.md) - [Pure Virtual Function](https://docs.syntblaze.com/cpp/functions/pure-virtual-function.md) - [Static Member Function](https://docs.syntblaze.com/cpp/functions/static-member-function.md) - [Trailing Return Type](https://docs.syntblaze.com/cpp/functions/trailing-return-type.md) - [Variadic Function](https://docs.syntblaze.com/cpp/functions/variadic-function.md) - [Virtual Function](https://docs.syntblaze.com/cpp/functions/virtual-function.md) - [bool](https://docs.syntblaze.com/cpp/fundamental-types/bool.md) - [char](https://docs.syntblaze.com/cpp/fundamental-types/char.md) - [char16_t](https://docs.syntblaze.com/cpp/fundamental-types/char16_t.md) - [char32_t](https://docs.syntblaze.com/cpp/fundamental-types/char32_t.md) - [char8_t](https://docs.syntblaze.com/cpp/fundamental-types/char8_t.md) - [double](https://docs.syntblaze.com/cpp/fundamental-types/double.md) - [float](https://docs.syntblaze.com/cpp/fundamental-types/float.md) - [int](https://docs.syntblaze.com/cpp/fundamental-types/int.md) - [long](https://docs.syntblaze.com/cpp/fundamental-types/long.md) - [long double](https://docs.syntblaze.com/cpp/fundamental-types/long-double.md) - [long long](https://docs.syntblaze.com/cpp/fundamental-types/long-long.md) - [short](https://docs.syntblaze.com/cpp/fundamental-types/short.md) - [signed char](https://docs.syntblaze.com/cpp/fundamental-types/signed-char.md) - [std::nullptr_t](https://docs.syntblaze.com/cpp/fundamental-types/std::nullptr_t.md) - [unsigned char](https://docs.syntblaze.com/cpp/fundamental-types/unsigned-char.md) - [unsigned int](https://docs.syntblaze.com/cpp/fundamental-types/unsigned-int.md) - [unsigned long](https://docs.syntblaze.com/cpp/fundamental-types/unsigned-long.md) - [unsigned long long](https://docs.syntblaze.com/cpp/fundamental-types/unsigned-long-long.md) - [unsigned short](https://docs.syntblaze.com/cpp/fundamental-types/unsigned-short.md) - [void](https://docs.syntblaze.com/cpp/fundamental-types/void.md) - [wchar_t](https://docs.syntblaze.com/cpp/fundamental-types/wchar_t.md) - [System Include](https://docs.syntblaze.com/cpp/include-directives/system-include.md) - [User Include](https://docs.syntblaze.com/cpp/include-directives/user-include.md) - [Post-Decrement](https://docs.syntblaze.com/cpp/increment-and-decrement-operators/post-decrement.md) - [Post-Increment](https://docs.syntblaze.com/cpp/increment-and-decrement-operators/post-increment.md) - [Pre-Decrement](https://docs.syntblaze.com/cpp/increment-and-decrement-operators/pre-decrement.md) - [Pre-Increment](https://docs.syntblaze.com/cpp/increment-and-decrement-operators/pre-increment.md) - [Constexpr Lambda](https://docs.syntblaze.com/cpp/lambdas/constexpr-lambda.md) - [Generic Lambda](https://docs.syntblaze.com/cpp/lambdas/generic-lambda.md) - [Lambda Expression](https://docs.syntblaze.com/cpp/lambdas/lambda-expression.md) - [Mutable Lambda](https://docs.syntblaze.com/cpp/lambdas/mutable-lambda.md) - [Static Lambda](https://docs.syntblaze.com/cpp/lambdas/static-lambda.md) - [Template Lambda](https://docs.syntblaze.com/cpp/lambdas/template-lambda.md) - [Logical AND](https://docs.syntblaze.com/cpp/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/cpp/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/cpp/logical-operators/logical-or.md) - [Do-While Loop](https://docs.syntblaze.com/cpp/loops/do-while-loop.md) - [For Loop](https://docs.syntblaze.com/cpp/loops/for-loop.md) - [Range-Based For Loop](https://docs.syntblaze.com/cpp/loops/range-based-for-loop.md) - [While Loop](https://docs.syntblaze.com/cpp/loops/while-loop.md) - [Bit Field](https://docs.syntblaze.com/cpp/member-variables/bit-field.md) - [Const Member Variable](https://docs.syntblaze.com/cpp/member-variables/const-member-variable.md) - [Constexpr Member Variable](https://docs.syntblaze.com/cpp/member-variables/constexpr-member-variable.md) - [Inline Member Variable](https://docs.syntblaze.com/cpp/member-variables/inline-member-variable.md) - [Mutable Member Variable](https://docs.syntblaze.com/cpp/member-variables/mutable-member-variable.md) - [Private Member Variable](https://docs.syntblaze.com/cpp/member-variables/private-member-variable.md) - [Protected Member Variable](https://docs.syntblaze.com/cpp/member-variables/protected-member-variable.md) - [Public Member Variable](https://docs.syntblaze.com/cpp/member-variables/public-member-variable.md) - [Static Member Variable](https://docs.syntblaze.com/cpp/member-variables/static-member-variable.md) - [Array Deallocation](https://docs.syntblaze.com/cpp/memory-operators/array-deallocation.md) - [Deallocation](https://docs.syntblaze.com/cpp/memory-operators/deallocation.md) - [Dynamic Allocation](https://docs.syntblaze.com/cpp/memory-operators/dynamic-allocation.md) - [Dynamic Array Allocation](https://docs.syntblaze.com/cpp/memory-operators/dynamic-array-allocation.md) - [Placement New](https://docs.syntblaze.com/cpp/memory-operators/placement-new.md) - [Global Module Fragment](https://docs.syntblaze.com/cpp/modules/global-module-fragment.md) - [Module Declaration](https://docs.syntblaze.com/cpp/modules/module-declaration.md) - [Module Export](https://docs.syntblaze.com/cpp/modules/module-export.md) - [Module Import](https://docs.syntblaze.com/cpp/modules/module-import.md) - [Module Partition](https://docs.syntblaze.com/cpp/modules/module-partition.md) - [Private Module Fragment](https://docs.syntblaze.com/cpp/modules/private-module-fragment.md) - [Global Namespace](https://docs.syntblaze.com/cpp/namespaces/global-namespace.md) - [Inline Namespace](https://docs.syntblaze.com/cpp/namespaces/inline-namespace.md) - [Namespace Alias](https://docs.syntblaze.com/cpp/namespaces/namespace-alias.md) - [Namespace Declaration](https://docs.syntblaze.com/cpp/namespaces/namespace-declaration.md) - [Nested Namespace](https://docs.syntblaze.com/cpp/namespaces/nested-namespace.md) - [Unnamed Namespace](https://docs.syntblaze.com/cpp/namespaces/unnamed-namespace.md) - [Using Declaration](https://docs.syntblaze.com/cpp/namespaces/using-declaration.md) - [Using Directive](https://docs.syntblaze.com/cpp/namespaces/using-directive.md) - [Const Reference Parameter](https://docs.syntblaze.com/cpp/parameters/const-reference-parameter.md) - [Default Parameter](https://docs.syntblaze.com/cpp/parameters/default-parameter.md) - [Explicit Object Parameter](https://docs.syntblaze.com/cpp/parameters/explicit-object-parameter.md) - [Forwarding Reference Parameter](https://docs.syntblaze.com/cpp/parameters/forwarding-reference-parameter.md) - [Pointer Parameter](https://docs.syntblaze.com/cpp/parameters/pointer-parameter.md) - [Reference Parameter](https://docs.syntblaze.com/cpp/parameters/reference-parameter.md) - [Rvalue Reference Parameter](https://docs.syntblaze.com/cpp/parameters/rvalue-reference-parameter.md) - [Value Parameter](https://docs.syntblaze.com/cpp/parameters/value-parameter.md) - [Variadic Parameter](https://docs.syntblaze.com/cpp/parameters/variadic-parameter.md) - [Function Pointer](https://docs.syntblaze.com/cpp/pointers-and-references/function-pointer.md) - [Lvalue Reference](https://docs.syntblaze.com/cpp/pointers-and-references/lvalue-reference.md) - [Null Pointer](https://docs.syntblaze.com/cpp/pointers-and-references/null-pointer.md) - [Pointer to Data Member](https://docs.syntblaze.com/cpp/pointers-and-references/pointer-to-data-member.md) - [Pointer to Member Function](https://docs.syntblaze.com/cpp/pointers-and-references/pointer-to-member-function.md) - [Raw Pointer](https://docs.syntblaze.com/cpp/pointers-and-references/raw-pointer.md) - [Rvalue Reference](https://docs.syntblaze.com/cpp/pointers-and-references/rvalue-reference.md) - [Void Pointer](https://docs.syntblaze.com/cpp/pointers-and-references/void-pointer.md) - [Constexpr If](https://docs.syntblaze.com/cpp/selection-statements/constexpr-if.md) - [If Consteval Statement](https://docs.syntblaze.com/cpp/selection-statements/if-consteval-statement.md) - [If Statement](https://docs.syntblaze.com/cpp/selection-statements/if-statement.md) - [If with Initializer](https://docs.syntblaze.com/cpp/selection-statements/if-with-initializer.md) - [Switch Statement](https://docs.syntblaze.com/cpp/selection-statements/switch-statement.md) - [Switch with Initializer](https://docs.syntblaze.com/cpp/selection-statements/switch-with-initializer.md) - [Array Binding](https://docs.syntblaze.com/cpp/structured-bindings/array-binding.md) - [Data Member Binding](https://docs.syntblaze.com/cpp/structured-bindings/data-member-binding.md) - [Structured Binding](https://docs.syntblaze.com/cpp/structured-bindings/structured-binding.md) - [Tuple-like Binding](https://docs.syntblaze.com/cpp/structured-bindings/tuple-like-binding.md) - [Abbreviated Function Template](https://docs.syntblaze.com/cpp/templates/abbreviated-function-template.md) - [Alias Template](https://docs.syntblaze.com/cpp/templates/alias-template.md) - [Class Template](https://docs.syntblaze.com/cpp/templates/class-template.md) - [Concept](https://docs.syntblaze.com/cpp/templates/concept.md) - [Deduction Guide](https://docs.syntblaze.com/cpp/templates/deduction-guide.md) - [Explicit Instantiation](https://docs.syntblaze.com/cpp/templates/explicit-instantiation.md) - [Function Template](https://docs.syntblaze.com/cpp/templates/function-template.md) - [Non-type Template Parameter](https://docs.syntblaze.com/cpp/templates/non-type-template-parameter.md) - [Partial Template Specialization](https://docs.syntblaze.com/cpp/templates/partial-template-specialization.md) - [Requires Clause](https://docs.syntblaze.com/cpp/templates/requires-clause.md) - [Requires Expression](https://docs.syntblaze.com/cpp/templates/requires-expression.md) - [Template Constraint](https://docs.syntblaze.com/cpp/templates/template-constraint.md) - [Template Parameter Pack](https://docs.syntblaze.com/cpp/templates/template-parameter-pack.md) - [Template Specialization](https://docs.syntblaze.com/cpp/templates/template-specialization.md) - [Template Template Parameter](https://docs.syntblaze.com/cpp/templates/template-template-parameter.md) - [Type Template Parameter](https://docs.syntblaze.com/cpp/templates/type-template-parameter.md) - [Variable Template](https://docs.syntblaze.com/cpp/templates/variable-template.md) - [Variadic Template](https://docs.syntblaze.com/cpp/templates/variadic-template.md) - [C-Style Cast](https://docs.syntblaze.com/cpp/type-cast-operators/c-style-cast.md) - [Const Cast](https://docs.syntblaze.com/cpp/type-cast-operators/const-cast.md) - [Dynamic Cast](https://docs.syntblaze.com/cpp/type-cast-operators/dynamic-cast.md) - [Functional Cast](https://docs.syntblaze.com/cpp/type-cast-operators/functional-cast.md) - [Reinterpret Cast](https://docs.syntblaze.com/cpp/type-cast-operators/reinterpret-cast.md) - [Static Cast](https://docs.syntblaze.com/cpp/type-cast-operators/static-cast.md) - [Address-Of](https://docs.syntblaze.com/cpp/unary-operators/address-of.md) - [Alignof](https://docs.syntblaze.com/cpp/unary-operators/alignof.md) - [Co-await](https://docs.syntblaze.com/cpp/unary-operators/co-await.md) - [Dereference](https://docs.syntblaze.com/cpp/unary-operators/dereference.md) - [Noexcept](https://docs.syntblaze.com/cpp/unary-operators/noexcept.md) - [Pack Sizeof](https://docs.syntblaze.com/cpp/unary-operators/pack-sizeof.md) - [Sizeof](https://docs.syntblaze.com/cpp/unary-operators/sizeof.md) - [Throw](https://docs.syntblaze.com/cpp/unary-operators/throw.md) - [Typeid](https://docs.syntblaze.com/cpp/unary-operators/typeid.md) - [Unary Minus](https://docs.syntblaze.com/cpp/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/cpp/unary-operators/unary-plus.md) - [Auto Variable](https://docs.syntblaze.com/cpp/variables/auto-variable.md) - [Const Variable](https://docs.syntblaze.com/cpp/variables/const-variable.md) - [Constexpr Variable](https://docs.syntblaze.com/cpp/variables/constexpr-variable.md) - [Constinit Variable](https://docs.syntblaze.com/cpp/variables/constinit-variable.md) - [Extern Variable](https://docs.syntblaze.com/cpp/variables/extern-variable.md) - [Global Variable](https://docs.syntblaze.com/cpp/variables/global-variable.md) - [Inline Variable](https://docs.syntblaze.com/cpp/variables/inline-variable.md) - [Pointer Variable](https://docs.syntblaze.com/cpp/variables/pointer-variable.md) - [Reference Variable](https://docs.syntblaze.com/cpp/variables/reference-variable.md) - [Static Variable](https://docs.syntblaze.com/cpp/variables/static-variable.md) - [Thread-Local Variable](https://docs.syntblaze.com/cpp/variables/thread-local-variable.md) - [Variable](https://docs.syntblaze.com/cpp/variables/variable.md) - [Volatile Variable](https://docs.syntblaze.com/cpp/variables/volatile-variable.md) - [Addition](https://docs.syntblaze.com/csharp/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/csharp/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/csharp/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/csharp/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/csharp/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/csharp/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/csharp/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/csharp/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/csharp/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/csharp/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/csharp/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/csharp/assignment-operators/left-shift-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/csharp/assignment-operators/multiplication-assignment.md) - [Null-Coalescing Assignment](https://docs.syntblaze.com/csharp/assignment-operators/null-coalescing-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/csharp/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/csharp/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/csharp/assignment-operators/subtraction-assignment.md) - [Unsigned Right Shift Assignment](https://docs.syntblaze.com/csharp/assignment-operators/unsigned-right-shift-assignment.md) - [Attribute](https://docs.syntblaze.com/csharp/attributes/attribute.md) - [AttributeUsage Attribute](https://docs.syntblaze.com/csharp/attributes/attributeusage-attribute.md) - [Conditional Attribute](https://docs.syntblaze.com/csharp/attributes/conditional-attribute.md) - [Flags Attribute](https://docs.syntblaze.com/csharp/attributes/flags-attribute.md) - [Obsolete Attribute](https://docs.syntblaze.com/csharp/attributes/obsolete-attribute.md) - [Bitwise AND](https://docs.syntblaze.com/csharp/bitwise-and-shift-operators/bitwise-and.md) - [Bitwise OR](https://docs.syntblaze.com/csharp/bitwise-and-shift-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/csharp/bitwise-and-shift-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/csharp/bitwise-and-shift-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/csharp/bitwise-and-shift-operators/right-shift.md) - [Unsigned Right Shift](https://docs.syntblaze.com/csharp/bitwise-and-shift-operators/unsigned-right-shift.md) - [Conditional Logical AND](https://docs.syntblaze.com/csharp/boolean-logical-operators/conditional-logical-and.md) - [Conditional Logical OR](https://docs.syntblaze.com/csharp/boolean-logical-operators/conditional-logical-or.md) - [Logical AND](https://docs.syntblaze.com/csharp/boolean-logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/csharp/boolean-logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/csharp/boolean-logical-operators/logical-or.md) - [Logical XOR](https://docs.syntblaze.com/csharp/boolean-logical-operators/logical-xor.md) - [bool](https://docs.syntblaze.com/csharp/built-in-types/bool.md) - [byte](https://docs.syntblaze.com/csharp/built-in-types/byte.md) - [char](https://docs.syntblaze.com/csharp/built-in-types/char.md) - [decimal](https://docs.syntblaze.com/csharp/built-in-types/decimal.md) - [double](https://docs.syntblaze.com/csharp/built-in-types/double.md) - [dynamic](https://docs.syntblaze.com/csharp/built-in-types/dynamic.md) - [float](https://docs.syntblaze.com/csharp/built-in-types/float.md) - [int](https://docs.syntblaze.com/csharp/built-in-types/int.md) - [long](https://docs.syntblaze.com/csharp/built-in-types/long.md) - [nint](https://docs.syntblaze.com/csharp/built-in-types/nint.md) - [nuint](https://docs.syntblaze.com/csharp/built-in-types/nuint.md) - [object](https://docs.syntblaze.com/csharp/built-in-types/object.md) - [sbyte](https://docs.syntblaze.com/csharp/built-in-types/sbyte.md) - [short](https://docs.syntblaze.com/csharp/built-in-types/short.md) - [string](https://docs.syntblaze.com/csharp/built-in-types/string.md) - [uint](https://docs.syntblaze.com/csharp/built-in-types/uint.md) - [ulong](https://docs.syntblaze.com/csharp/built-in-types/ulong.md) - [ushort](https://docs.syntblaze.com/csharp/built-in-types/ushort.md) - [void](https://docs.syntblaze.com/csharp/built-in-types/void.md) - [Abstract Class](https://docs.syntblaze.com/csharp/classes-and-interfaces/abstract-class.md) - [Anonymous Type](https://docs.syntblaze.com/csharp/classes-and-interfaces/anonymous-type.md) - [Class](https://docs.syntblaze.com/csharp/classes-and-interfaces/class.md) - [Interface](https://docs.syntblaze.com/csharp/classes-and-interfaces/interface.md) - [Partial Class](https://docs.syntblaze.com/csharp/classes-and-interfaces/partial-class.md) - [Sealed Class](https://docs.syntblaze.com/csharp/classes-and-interfaces/sealed-class.md) - [Static Class](https://docs.syntblaze.com/csharp/classes-and-interfaces/static-class.md) - [Delimited Comment](https://docs.syntblaze.com/csharp/comments/delimited-comment.md) - [Documentation Comment](https://docs.syntblaze.com/csharp/comments/documentation-comment.md) - [Single-line Comment](https://docs.syntblaze.com/csharp/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/csharp/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/csharp/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/csharp/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/csharp/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/csharp/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/csharp/comparison-operators/less-than-or-equal-to.md) - [Conditional](https://docs.syntblaze.com/csharp/conditional-operators/conditional.md) - [Null-Coalescing](https://docs.syntblaze.com/csharp/conditional-operators/null-coalescing.md) - [Else Clause](https://docs.syntblaze.com/csharp/conditional-statements/else-clause.md) - [Else If Clause](https://docs.syntblaze.com/csharp/conditional-statements/else-if-clause.md) - [If Statement](https://docs.syntblaze.com/csharp/conditional-statements/if-statement.md) - [Switch Expression](https://docs.syntblaze.com/csharp/conditional-statements/switch-expression.md) - [Switch Statement](https://docs.syntblaze.com/csharp/conditional-statements/switch-statement.md) - [Constructor](https://docs.syntblaze.com/csharp/constructors-and-finalizers/constructor.md) - [Finalizer](https://docs.syntblaze.com/csharp/constructors-and-finalizers/finalizer.md) - [Parameterized Constructor](https://docs.syntblaze.com/csharp/constructors-and-finalizers/parameterized-constructor.md) - [Primary Constructor](https://docs.syntblaze.com/csharp/constructors-and-finalizers/primary-constructor.md) - [Private Constructor](https://docs.syntblaze.com/csharp/constructors-and-finalizers/private-constructor.md) - [Static Constructor](https://docs.syntblaze.com/csharp/constructors-and-finalizers/static-constructor.md) - [Custom Event Accessor](https://docs.syntblaze.com/csharp/delegates-and-events/custom-event-accessor.md) - [Delegate](https://docs.syntblaze.com/csharp/delegates-and-events/delegate.md) - [Event](https://docs.syntblaze.com/csharp/delegates-and-events/event.md) - [Multicast Delegate](https://docs.syntblaze.com/csharp/delegates-and-events/multicast-delegate.md) - [Enum](https://docs.syntblaze.com/csharp/enums/enum.md) - [Enum Underlying Type](https://docs.syntblaze.com/csharp/enums/enum-underlying-type.md) - [Flags Enum](https://docs.syntblaze.com/csharp/enums/flags-enum.md) - [Exception Filter](https://docs.syntblaze.com/csharp/exception-handling/exception-filter.md) - [Rethrow Statement](https://docs.syntblaze.com/csharp/exception-handling/rethrow-statement.md) - [Throw Expression](https://docs.syntblaze.com/csharp/exception-handling/throw-expression.md) - [Throw Statement](https://docs.syntblaze.com/csharp/exception-handling/throw-statement.md) - [Try-Catch](https://docs.syntblaze.com/csharp/exception-handling/try-catch.md) - [Try-Catch-Finally](https://docs.syntblaze.com/csharp/exception-handling/try-catch-finally.md) - [Try-Finally](https://docs.syntblaze.com/csharp/exception-handling/try-finally.md) - [Constant Field](https://docs.syntblaze.com/csharp/fields/constant-field.md) - [Internal Field](https://docs.syntblaze.com/csharp/fields/internal-field.md) - [Private Field](https://docs.syntblaze.com/csharp/fields/private-field.md) - [Private Protected Field](https://docs.syntblaze.com/csharp/fields/private-protected-field.md) - [Protected Field](https://docs.syntblaze.com/csharp/fields/protected-field.md) - [Protected Internal Field](https://docs.syntblaze.com/csharp/fields/protected-internal-field.md) - [Public Field](https://docs.syntblaze.com/csharp/fields/public-field.md) - [Readonly Field](https://docs.syntblaze.com/csharp/fields/readonly-field.md) - [Required Field](https://docs.syntblaze.com/csharp/fields/required-field.md) - [Static Field](https://docs.syntblaze.com/csharp/fields/static-field.md) - [Volatile Field](https://docs.syntblaze.com/csharp/fields/volatile-field.md) - [Contravariant Type Parameter](https://docs.syntblaze.com/csharp/generics/contravariant-type-parameter.md) - [Covariant Type Parameter](https://docs.syntblaze.com/csharp/generics/covariant-type-parameter.md) - [Generic Class](https://docs.syntblaze.com/csharp/generics/generic-class.md) - [Generic Constraint](https://docs.syntblaze.com/csharp/generics/generic-constraint.md) - [Generic Interface](https://docs.syntblaze.com/csharp/generics/generic-interface.md) - [Generic Method](https://docs.syntblaze.com/csharp/generics/generic-method.md) - [Generic Record](https://docs.syntblaze.com/csharp/generics/generic-record.md) - [Generic Struct](https://docs.syntblaze.com/csharp/generics/generic-struct.md) - [Post-Decrement](https://docs.syntblaze.com/csharp/increment-and-decrement-operators/post-decrement.md) - [Post-Increment](https://docs.syntblaze.com/csharp/increment-and-decrement-operators/post-increment.md) - [Pre-Decrement](https://docs.syntblaze.com/csharp/increment-and-decrement-operators/pre-decrement.md) - [Pre-Increment](https://docs.syntblaze.com/csharp/increment-and-decrement-operators/pre-increment.md) - [Lambda](https://docs.syntblaze.com/csharp/lambda-and-expression-operators/lambda.md) - [With Expression](https://docs.syntblaze.com/csharp/lambda-and-expression-operators/with-expression.md) - [Expression Lambda](https://docs.syntblaze.com/csharp/lambda-expressions/expression-lambda.md) - [Statement Lambda](https://docs.syntblaze.com/csharp/lambda-expressions/statement-lambda.md) - [From Clause](https://docs.syntblaze.com/csharp/linq/from-clause.md) - [Group Clause](https://docs.syntblaze.com/csharp/linq/group-clause.md) - [Into Clause](https://docs.syntblaze.com/csharp/linq/into-clause.md) - [Join Clause](https://docs.syntblaze.com/csharp/linq/join-clause.md) - [Let Clause](https://docs.syntblaze.com/csharp/linq/let-clause.md) - [Orderby Clause](https://docs.syntblaze.com/csharp/linq/orderby-clause.md) - [Query Expression](https://docs.syntblaze.com/csharp/linq/query-expression.md) - [Select Clause](https://docs.syntblaze.com/csharp/linq/select-clause.md) - [Where Clause](https://docs.syntblaze.com/csharp/linq/where-clause.md) - [Await Foreach Loop](https://docs.syntblaze.com/csharp/loops/await-foreach-loop.md) - [Do-While Loop](https://docs.syntblaze.com/csharp/loops/do-while-loop.md) - [For Loop](https://docs.syntblaze.com/csharp/loops/for-loop.md) - [Foreach Loop](https://docs.syntblaze.com/csharp/loops/foreach-loop.md) - [While Loop](https://docs.syntblaze.com/csharp/loops/while-loop.md) - [Element Access](https://docs.syntblaze.com/csharp/member-access-operators/element-access.md) - [Index from End](https://docs.syntblaze.com/csharp/member-access-operators/index-from-end.md) - [Invocation](https://docs.syntblaze.com/csharp/member-access-operators/invocation.md) - [Member Access](https://docs.syntblaze.com/csharp/member-access-operators/member-access.md) - [Namespace Alias Qualifier](https://docs.syntblaze.com/csharp/member-access-operators/namespace-alias-qualifier.md) - [Null-Conditional Access](https://docs.syntblaze.com/csharp/member-access-operators/null-conditional-access.md) - [Pointer Member Access](https://docs.syntblaze.com/csharp/member-access-operators/pointer-member-access.md) - [Range](https://docs.syntblaze.com/csharp/member-access-operators/range.md) - [Abstract Method](https://docs.syntblaze.com/csharp/methods/abstract-method.md) - [Anonymous Method](https://docs.syntblaze.com/csharp/methods/anonymous-method.md) - [Async Method](https://docs.syntblaze.com/csharp/methods/async-method.md) - [Expression-Bodied Method](https://docs.syntblaze.com/csharp/methods/expression-bodied-method.md) - [Extension Method](https://docs.syntblaze.com/csharp/methods/extension-method.md) - [Extern Method](https://docs.syntblaze.com/csharp/methods/extern-method.md) - [Internal Method](https://docs.syntblaze.com/csharp/methods/internal-method.md) - [New Method](https://docs.syntblaze.com/csharp/methods/new-method.md) - [Override Method](https://docs.syntblaze.com/csharp/methods/override-method.md) - [Partial Method](https://docs.syntblaze.com/csharp/methods/partial-method.md) - [Private Method](https://docs.syntblaze.com/csharp/methods/private-method.md) - [Private Protected Method](https://docs.syntblaze.com/csharp/methods/private-protected-method.md) - [Protected Internal Method](https://docs.syntblaze.com/csharp/methods/protected-internal-method.md) - [Protected Method](https://docs.syntblaze.com/csharp/methods/protected-method.md) - [Public Method](https://docs.syntblaze.com/csharp/methods/public-method.md) - [Sealed Method](https://docs.syntblaze.com/csharp/methods/sealed-method.md) - [Static Method](https://docs.syntblaze.com/csharp/methods/static-method.md) - [Virtual Method](https://docs.syntblaze.com/csharp/methods/virtual-method.md) - [Extern Alias](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/extern-alias.md) - [File-Scoped Namespace](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/file-scoped-namespace.md) - [Global Using Directive](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/global-using-directive.md) - [Namespace Declaration](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/namespace-declaration.md) - [Using Alias Directive](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/using-alias-directive.md) - [Using Directive](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/using-directive.md) - [Using Static Directive](https://docs.syntblaze.com/csharp/namespaces-and-using-directives/using-static-directive.md) - [New](https://docs.syntblaze.com/csharp/object-creation-operators/new.md) - [Stackalloc](https://docs.syntblaze.com/csharp/object-creation-operators/stackalloc.md) - [Checked](https://docs.syntblaze.com/csharp/overflow-checking-operators/checked.md) - [Unchecked](https://docs.syntblaze.com/csharp/overflow-checking-operators/unchecked.md) - [In Parameter](https://docs.syntblaze.com/csharp/parameters/in-parameter.md) - [Named Parameter](https://docs.syntblaze.com/csharp/parameters/named-parameter.md) - [Optional Parameter](https://docs.syntblaze.com/csharp/parameters/optional-parameter.md) - [Out Parameter](https://docs.syntblaze.com/csharp/parameters/out-parameter.md) - [Params Parameter](https://docs.syntblaze.com/csharp/parameters/params-parameter.md) - [Positional Parameter](https://docs.syntblaze.com/csharp/parameters/positional-parameter.md) - [Ref Parameter](https://docs.syntblaze.com/csharp/parameters/ref-parameter.md) - [Ref Readonly Parameter](https://docs.syntblaze.com/csharp/parameters/ref-readonly-parameter.md) - [Constant Pattern](https://docs.syntblaze.com/csharp/pattern-matching/constant-pattern.md) - [Declaration Pattern](https://docs.syntblaze.com/csharp/pattern-matching/declaration-pattern.md) - [Discard Pattern](https://docs.syntblaze.com/csharp/pattern-matching/discard-pattern.md) - [List Pattern](https://docs.syntblaze.com/csharp/pattern-matching/list-pattern.md) - [Logical Pattern](https://docs.syntblaze.com/csharp/pattern-matching/logical-pattern.md) - [Parenthesized Pattern](https://docs.syntblaze.com/csharp/pattern-matching/parenthesized-pattern.md) - [Positional Pattern](https://docs.syntblaze.com/csharp/pattern-matching/positional-pattern.md) - [Property Pattern](https://docs.syntblaze.com/csharp/pattern-matching/property-pattern.md) - [Relational Pattern](https://docs.syntblaze.com/csharp/pattern-matching/relational-pattern.md) - [Slice Pattern](https://docs.syntblaze.com/csharp/pattern-matching/slice-pattern.md) - [Type Pattern](https://docs.syntblaze.com/csharp/pattern-matching/type-pattern.md) - [Var Pattern](https://docs.syntblaze.com/csharp/pattern-matching/var-pattern.md) - [Address-of](https://docs.syntblaze.com/csharp/pointer-operators/address-of.md) - [Pointer Indirection](https://docs.syntblaze.com/csharp/pointer-operators/pointer-indirection.md) - [Abstract Property](https://docs.syntblaze.com/csharp/properties/abstract-property.md) - [Auto-Implemented Property](https://docs.syntblaze.com/csharp/properties/auto-implemented-property.md) - [Expression-Bodied Property](https://docs.syntblaze.com/csharp/properties/expression-bodied-property.md) - [Indexer](https://docs.syntblaze.com/csharp/properties/indexer.md) - [Init-Only Property](https://docs.syntblaze.com/csharp/properties/init-only-property.md) - [Internal Property](https://docs.syntblaze.com/csharp/properties/internal-property.md) - [Override Property](https://docs.syntblaze.com/csharp/properties/override-property.md) - [Private Property](https://docs.syntblaze.com/csharp/properties/private-property.md) - [Private Protected Property](https://docs.syntblaze.com/csharp/properties/private-protected-property.md) - [Protected Internal Property](https://docs.syntblaze.com/csharp/properties/protected-internal-property.md) - [Protected Property](https://docs.syntblaze.com/csharp/properties/protected-property.md) - [Public Property](https://docs.syntblaze.com/csharp/properties/public-property.md) - [Required Property](https://docs.syntblaze.com/csharp/properties/required-property.md) - [Sealed Property](https://docs.syntblaze.com/csharp/properties/sealed-property.md) - [Static Property](https://docs.syntblaze.com/csharp/properties/static-property.md) - [Virtual Property](https://docs.syntblaze.com/csharp/properties/virtual-property.md) - [Record](https://docs.syntblaze.com/csharp/records/record.md) - [Record Struct](https://docs.syntblaze.com/csharp/records/record-struct.md) - [Readonly Struct](https://docs.syntblaze.com/csharp/structs/readonly-struct.md) - [Ref Struct](https://docs.syntblaze.com/csharp/structs/ref-struct.md) - [Struct](https://docs.syntblaze.com/csharp/structs/struct.md) - [Named Tuple Elements](https://docs.syntblaze.com/csharp/tuples/named-tuple-elements.md) - [Tuple](https://docs.syntblaze.com/csharp/tuples/tuple.md) - [Tuple Deconstruction](https://docs.syntblaze.com/csharp/tuples/tuple-deconstruction.md) - [Default](https://docs.syntblaze.com/csharp/type-information-operators/default.md) - [Nameof](https://docs.syntblaze.com/csharp/type-information-operators/nameof.md) - [Sizeof](https://docs.syntblaze.com/csharp/type-information-operators/sizeof.md) - [Typeof](https://docs.syntblaze.com/csharp/type-information-operators/typeof.md) - [As](https://docs.syntblaze.com/csharp/type-testing-and-cast-operators/as.md) - [Cast](https://docs.syntblaze.com/csharp/type-testing-and-cast-operators/cast.md) - [Is](https://docs.syntblaze.com/csharp/type-testing-and-cast-operators/is.md) - [Await](https://docs.syntblaze.com/csharp/unary-operators/await.md) - [Bitwise Complement](https://docs.syntblaze.com/csharp/unary-operators/bitwise-complement.md) - [Null-Forgiving](https://docs.syntblaze.com/csharp/unary-operators/null-forgiving.md) - [Unary Minus](https://docs.syntblaze.com/csharp/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/csharp/unary-operators/unary-plus.md) - [Fixed-Size Buffer](https://docs.syntblaze.com/csharp/unsafe-code/fixed-size-buffer.md) - [Fixed Statement](https://docs.syntblaze.com/csharp/unsafe-code/fixed-statement.md) - [Function Pointer](https://docs.syntblaze.com/csharp/unsafe-code/function-pointer.md) - [Pointer Type](https://docs.syntblaze.com/csharp/unsafe-code/pointer-type.md) - [Unsafe Context](https://docs.syntblaze.com/csharp/unsafe-code/unsafe-context.md) - [Using Declaration](https://docs.syntblaze.com/csharp/using-resource-management/using-declaration.md) - [Using Statement](https://docs.syntblaze.com/csharp/using-resource-management/using-statement.md) - [Implicitly Typed Variable](https://docs.syntblaze.com/csharp/variables-and-constants/implicitly-typed-variable.md) - [Local Constant](https://docs.syntblaze.com/csharp/variables-and-constants/local-constant.md) - [Nullable Variable](https://docs.syntblaze.com/csharp/variables-and-constants/nullable-variable.md) - [Ref Local Variable](https://docs.syntblaze.com/csharp/variables-and-constants/ref-local-variable.md) - [Index](https://docs.syntblaze.com/dart/access-operators/index.md) - [Member Access](https://docs.syntblaze.com/dart/access-operators/member-access.md) - [Null-Aware Access](https://docs.syntblaze.com/dart/access-operators/null-aware-access.md) - [Null-Aware Index](https://docs.syntblaze.com/dart/access-operators/null-aware-index.md) - [Deprecated Annotation](https://docs.syntblaze.com/dart/annotations/deprecated-annotation.md) - [Override Annotation](https://docs.syntblaze.com/dart/annotations/override-annotation.md) - [Pragma Annotation](https://docs.syntblaze.com/dart/annotations/pragma-annotation.md) - [Addition](https://docs.syntblaze.com/dart/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/dart/arithmetic-operators/division.md) - [Modulo](https://docs.syntblaze.com/dart/arithmetic-operators/modulo.md) - [Multiplication](https://docs.syntblaze.com/dart/arithmetic-operators/multiplication.md) - [Subtraction](https://docs.syntblaze.com/dart/arithmetic-operators/subtraction.md) - [Truncating Division](https://docs.syntblaze.com/dart/arithmetic-operators/truncating-division.md) - [Addition Assignment](https://docs.syntblaze.com/dart/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/dart/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/dart/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/dart/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/dart/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/dart/assignment-operators/division-assignment.md) - [If-Null Assignment](https://docs.syntblaze.com/dart/assignment-operators/if-null-assignment.md) - [Index Assignment](https://docs.syntblaze.com/dart/assignment-operators/index-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/dart/assignment-operators/left-shift-assignment.md) - [Modulo Assignment](https://docs.syntblaze.com/dart/assignment-operators/modulo-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/dart/assignment-operators/multiplication-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/dart/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/dart/assignment-operators/subtraction-assignment.md) - [Truncating Division Assignment](https://docs.syntblaze.com/dart/assignment-operators/truncating-division-assignment.md) - [Unsigned Right Shift Assignment](https://docs.syntblaze.com/dart/assignment-operators/unsigned-right-shift-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/dart/bitwise-operators/bitwise-and.md) - [Bitwise OR](https://docs.syntblaze.com/dart/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/dart/bitwise-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/dart/bitwise-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/dart/bitwise-operators/right-shift.md) - [Unsigned Right Shift](https://docs.syntblaze.com/dart/bitwise-operators/unsigned-right-shift.md) - [bool](https://docs.syntblaze.com/dart/built-in-types/bool.md) - [double](https://docs.syntblaze.com/dart/built-in-types/double.md) - [dynamic](https://docs.syntblaze.com/dart/built-in-types/dynamic.md) - [Function](https://docs.syntblaze.com/dart/built-in-types/function.md) - [int](https://docs.syntblaze.com/dart/built-in-types/int.md) - [Never](https://docs.syntblaze.com/dart/built-in-types/never.md) - [Null](https://docs.syntblaze.com/dart/built-in-types/null.md) - [num](https://docs.syntblaze.com/dart/built-in-types/num.md) - [Object](https://docs.syntblaze.com/dart/built-in-types/object.md) - [Record](https://docs.syntblaze.com/dart/built-in-types/record.md) - [String](https://docs.syntblaze.com/dart/built-in-types/string.md) - [void](https://docs.syntblaze.com/dart/built-in-types/void.md) - [Cascade](https://docs.syntblaze.com/dart/cascade-operators/cascade.md) - [Null-Aware Cascade](https://docs.syntblaze.com/dart/cascade-operators/null-aware-cascade.md) - [Abstract Base Class](https://docs.syntblaze.com/dart/classes/abstract-base-class.md) - [Abstract Final Class](https://docs.syntblaze.com/dart/classes/abstract-final-class.md) - [Abstract Interface Class](https://docs.syntblaze.com/dart/classes/abstract-interface-class.md) - [Abstract Mixin Class](https://docs.syntblaze.com/dart/classes/abstract-mixin-class.md) - [Base Class](https://docs.syntblaze.com/dart/classes/base-class.md) - [Base Mixin Class](https://docs.syntblaze.com/dart/classes/base-mixin-class.md) - [Class](https://docs.syntblaze.com/dart/classes/class.md) - [Final Class](https://docs.syntblaze.com/dart/classes/final-class.md) - [Interface Class](https://docs.syntblaze.com/dart/classes/interface-class.md) - [Mixin](https://docs.syntblaze.com/dart/classes/mixin.md) - [Mixin Class](https://docs.syntblaze.com/dart/classes/mixin-class.md) - [Sealed Class](https://docs.syntblaze.com/dart/classes/sealed-class.md) - [Documentation Comment](https://docs.syntblaze.com/dart/comments/documentation-comment.md) - [Multi-line Comment](https://docs.syntblaze.com/dart/comments/multi-line-comment.md) - [Single-line Comment](https://docs.syntblaze.com/dart/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/dart/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/dart/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/dart/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/dart/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/dart/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/dart/comparison-operators/less-than-or-equal-to.md) - [Conditional](https://docs.syntblaze.com/dart/conditional-operators/conditional.md) - [If-Null](https://docs.syntblaze.com/dart/conditional-operators/if-null.md) - [Assert Initializer](https://docs.syntblaze.com/dart/constructors/assert-initializer.md) - [Constant Constructor](https://docs.syntblaze.com/dart/constructors/constant-constructor.md) - [Constructor](https://docs.syntblaze.com/dart/constructors/constructor.md) - [External Constructor](https://docs.syntblaze.com/dart/constructors/external-constructor.md) - [Factory Constructor](https://docs.syntblaze.com/dart/constructors/factory-constructor.md) - [Initializer List](https://docs.syntblaze.com/dart/constructors/initializer-list.md) - [Named Constructor](https://docs.syntblaze.com/dart/constructors/named-constructor.md) - [Redirecting Constructor](https://docs.syntblaze.com/dart/constructors/redirecting-constructor.md) - [Super Initializer](https://docs.syntblaze.com/dart/constructors/super-initializer.md) - [Assert Statement](https://docs.syntblaze.com/dart/control-flow/assert-statement.md) - [Break Statement](https://docs.syntblaze.com/dart/control-flow/break-statement.md) - [Collection For](https://docs.syntblaze.com/dart/control-flow/collection-for.md) - [Collection If](https://docs.syntblaze.com/dart/control-flow/collection-if.md) - [Continue Statement](https://docs.syntblaze.com/dart/control-flow/continue-statement.md) - [Else Clause](https://docs.syntblaze.com/dart/control-flow/else-clause.md) - [If-Case Statement](https://docs.syntblaze.com/dart/control-flow/if-case-statement.md) - [If Statement](https://docs.syntblaze.com/dart/control-flow/if-statement.md) - [Return Statement](https://docs.syntblaze.com/dart/control-flow/return-statement.md) - [Switch Expression](https://docs.syntblaze.com/dart/control-flow/switch-expression.md) - [Switch Statement](https://docs.syntblaze.com/dart/control-flow/switch-statement.md) - [Yield-Each Statement](https://docs.syntblaze.com/dart/control-flow/yield-each-statement.md) - [Yield Statement](https://docs.syntblaze.com/dart/control-flow/yield-statement.md) - [Enhanced Enum](https://docs.syntblaze.com/dart/enums/enhanced-enum.md) - [Enum](https://docs.syntblaze.com/dart/enums/enum.md) - [Enum Constructor](https://docs.syntblaze.com/dart/enums/enum-constructor.md) - [Enum Method](https://docs.syntblaze.com/dart/enums/enum-method.md) - [Enum Property](https://docs.syntblaze.com/dart/enums/enum-property.md) - [Enum Value](https://docs.syntblaze.com/dart/enums/enum-value.md) - [Catch Clause](https://docs.syntblaze.com/dart/error-handling/catch-clause.md) - [On Clause](https://docs.syntblaze.com/dart/error-handling/on-clause.md) - [Rethrow Statement](https://docs.syntblaze.com/dart/error-handling/rethrow-statement.md) - [Throw Expression](https://docs.syntblaze.com/dart/error-handling/throw-expression.md) - [Try-Catch](https://docs.syntblaze.com/dart/error-handling/try-catch.md) - [Try-Finally](https://docs.syntblaze.com/dart/error-handling/try-finally.md) - [Extension](https://docs.syntblaze.com/dart/extensions/extension.md) - [Extension Type](https://docs.syntblaze.com/dart/extensions/extension-type.md) - [Covariant Field](https://docs.syntblaze.com/dart/fields/covariant-field.md) - [Final Field](https://docs.syntblaze.com/dart/fields/final-field.md) - [Late Field](https://docs.syntblaze.com/dart/fields/late-field.md) - [Late Final Field](https://docs.syntblaze.com/dart/fields/late-final-field.md) - [Private Field](https://docs.syntblaze.com/dart/fields/private-field.md) - [Public Field](https://docs.syntblaze.com/dart/fields/public-field.md) - [Static Constant Field](https://docs.syntblaze.com/dart/fields/static-constant-field.md) - [Static Field](https://docs.syntblaze.com/dart/fields/static-field.md) - [Generic Class](https://docs.syntblaze.com/dart/generics/generic-class.md) - [Generic Method](https://docs.syntblaze.com/dart/generics/generic-method.md) - [Generic Type Alias](https://docs.syntblaze.com/dart/generics/generic-type-alias.md) - [Type Parameter Bound](https://docs.syntblaze.com/dart/generics/type-parameter-bound.md) - [Abstract Getter](https://docs.syntblaze.com/dart/getters-and-setters/abstract-getter.md) - [Abstract Setter](https://docs.syntblaze.com/dart/getters-and-setters/abstract-setter.md) - [Overridden Getter](https://docs.syntblaze.com/dart/getters-and-setters/overridden-getter.md) - [Overridden Setter](https://docs.syntblaze.com/dart/getters-and-setters/overridden-setter.md) - [Private Getter](https://docs.syntblaze.com/dart/getters-and-setters/private-getter.md) - [Private Setter](https://docs.syntblaze.com/dart/getters-and-setters/private-setter.md) - [Public Getter](https://docs.syntblaze.com/dart/getters-and-setters/public-getter.md) - [Public Setter](https://docs.syntblaze.com/dart/getters-and-setters/public-setter.md) - [Static Getter](https://docs.syntblaze.com/dart/getters-and-setters/static-getter.md) - [Static Setter](https://docs.syntblaze.com/dart/getters-and-setters/static-setter.md) - [Postfix Decrement](https://docs.syntblaze.com/dart/increment-and-decrement-operators/postfix-decrement.md) - [Postfix Increment](https://docs.syntblaze.com/dart/increment-and-decrement-operators/postfix-increment.md) - [Prefix Decrement](https://docs.syntblaze.com/dart/increment-and-decrement-operators/prefix-decrement.md) - [Prefix Increment](https://docs.syntblaze.com/dart/increment-and-decrement-operators/prefix-increment.md) - [Conditional Import](https://docs.syntblaze.com/dart/libraries-and-imports/conditional-import.md) - [Deferred Import](https://docs.syntblaze.com/dart/libraries-and-imports/deferred-import.md) - [Export Directive](https://docs.syntblaze.com/dart/libraries-and-imports/export-directive.md) - [Hide Combinator](https://docs.syntblaze.com/dart/libraries-and-imports/hide-combinator.md) - [Library Directive](https://docs.syntblaze.com/dart/libraries-and-imports/library-directive.md) - [Library Prefix](https://docs.syntblaze.com/dart/libraries-and-imports/library-prefix.md) - [Package Import](https://docs.syntblaze.com/dart/libraries-and-imports/package-import.md) - [Part Directive](https://docs.syntblaze.com/dart/libraries-and-imports/part-directive.md) - [Part Of Directive](https://docs.syntblaze.com/dart/libraries-and-imports/part-of-directive.md) - [Relative Import](https://docs.syntblaze.com/dart/libraries-and-imports/relative-import.md) - [Show Combinator](https://docs.syntblaze.com/dart/libraries-and-imports/show-combinator.md) - [Logical AND](https://docs.syntblaze.com/dart/logical-operators/logical-and.md) - [Logical OR](https://docs.syntblaze.com/dart/logical-operators/logical-or.md) - [Await For Loop](https://docs.syntblaze.com/dart/loops/await-for-loop.md) - [Do-While Loop](https://docs.syntblaze.com/dart/loops/do-while-loop.md) - [For-in Loop](https://docs.syntblaze.com/dart/loops/for-in-loop.md) - [For Loop](https://docs.syntblaze.com/dart/loops/for-loop.md) - [While Loop](https://docs.syntblaze.com/dart/loops/while-loop.md) - [Abstract Method](https://docs.syntblaze.com/dart/methods/abstract-method.md) - [Anonymous Method](https://docs.syntblaze.com/dart/methods/anonymous-method.md) - [Asynchronous Method](https://docs.syntblaze.com/dart/methods/asynchronous-method.md) - [External Method](https://docs.syntblaze.com/dart/methods/external-method.md) - [Operator Method](https://docs.syntblaze.com/dart/methods/operator-method.md) - [Overridden Method](https://docs.syntblaze.com/dart/methods/overridden-method.md) - [Private Method](https://docs.syntblaze.com/dart/methods/private-method.md) - [Public Method](https://docs.syntblaze.com/dart/methods/public-method.md) - [Static Method](https://docs.syntblaze.com/dart/methods/static-method.md) - [Covariant Parameter](https://docs.syntblaze.com/dart/parameters/covariant-parameter.md) - [Initializing Formal Parameter](https://docs.syntblaze.com/dart/parameters/initializing-formal-parameter.md) - [Named Parameter](https://docs.syntblaze.com/dart/parameters/named-parameter.md) - [Optional Positional Parameter](https://docs.syntblaze.com/dart/parameters/optional-positional-parameter.md) - [Positional Parameter](https://docs.syntblaze.com/dart/parameters/positional-parameter.md) - [Required Named Parameter](https://docs.syntblaze.com/dart/parameters/required-named-parameter.md) - [Super Parameter](https://docs.syntblaze.com/dart/parameters/super-parameter.md) - [Cast Pattern](https://docs.syntblaze.com/dart/pattern-matching/cast-pattern.md) - [Constant Pattern](https://docs.syntblaze.com/dart/pattern-matching/constant-pattern.md) - [List Pattern](https://docs.syntblaze.com/dart/pattern-matching/list-pattern.md) - [Logical-And Pattern](https://docs.syntblaze.com/dart/pattern-matching/logical-and-pattern.md) - [Logical-Or Pattern](https://docs.syntblaze.com/dart/pattern-matching/logical-or-pattern.md) - [Map Pattern](https://docs.syntblaze.com/dart/pattern-matching/map-pattern.md) - [Null-Assert Pattern](https://docs.syntblaze.com/dart/pattern-matching/null-assert-pattern.md) - [Null-Check Pattern](https://docs.syntblaze.com/dart/pattern-matching/null-check-pattern.md) - [Object Pattern](https://docs.syntblaze.com/dart/pattern-matching/object-pattern.md) - [Parenthesized Pattern](https://docs.syntblaze.com/dart/pattern-matching/parenthesized-pattern.md) - [Record Pattern](https://docs.syntblaze.com/dart/pattern-matching/record-pattern.md) - [Relational Pattern](https://docs.syntblaze.com/dart/pattern-matching/relational-pattern.md) - [Variable Pattern](https://docs.syntblaze.com/dart/pattern-matching/variable-pattern.md) - [Wildcard Pattern](https://docs.syntblaze.com/dart/pattern-matching/wildcard-pattern.md) - [Null-Aware Spread](https://docs.syntblaze.com/dart/spread-operators/null-aware-spread.md) - [Spread](https://docs.syntblaze.com/dart/spread-operators/spread.md) - [BigInt](https://docs.syntblaze.com/dart/standard-library-types/bigint.md) - [DateTime](https://docs.syntblaze.com/dart/standard-library-types/datetime.md) - [Duration](https://docs.syntblaze.com/dart/standard-library-types/duration.md) - [Future](https://docs.syntblaze.com/dart/standard-library-types/future.md) - [Iterable](https://docs.syntblaze.com/dart/standard-library-types/iterable.md) - [List](https://docs.syntblaze.com/dart/standard-library-types/list.md) - [Map](https://docs.syntblaze.com/dart/standard-library-types/map.md) - [Runes](https://docs.syntblaze.com/dart/standard-library-types/runes.md) - [Set](https://docs.syntblaze.com/dart/standard-library-types/set.md) - [Stream](https://docs.syntblaze.com/dart/standard-library-types/stream.md) - [Symbol](https://docs.syntblaze.com/dart/standard-library-types/symbol.md) - [Function Type Alias](https://docs.syntblaze.com/dart/type-aliases/function-type-alias.md) - [Type Alias](https://docs.syntblaze.com/dart/type-aliases/type-alias.md) - [Negated Type Test](https://docs.syntblaze.com/dart/type-cast-and-test-operators/negated-type-test.md) - [Type Cast](https://docs.syntblaze.com/dart/type-cast-and-test-operators/type-cast.md) - [Type Test](https://docs.syntblaze.com/dart/type-cast-and-test-operators/type-test.md) - [Bitwise Complement](https://docs.syntblaze.com/dart/unary-operators/bitwise-complement.md) - [Logical Not](https://docs.syntblaze.com/dart/unary-operators/logical-not.md) - [Null Assertion](https://docs.syntblaze.com/dart/unary-operators/null-assertion.md) - [Unary Minus](https://docs.syntblaze.com/dart/unary-operators/unary-minus.md) - [Constant Variable](https://docs.syntblaze.com/dart/variables/constant-variable.md) - [Final Variable](https://docs.syntblaze.com/dart/variables/final-variable.md) - [Late Variable](https://docs.syntblaze.com/dart/variables/late-variable.md) - [Typed Variable](https://docs.syntblaze.com/dart/variables/typed-variable.md) - [Variable](https://docs.syntblaze.com/dart/variables/variable.md) - [Active Learning](https://docs.syntblaze.com/deep-grasping/active-learning.md) - [Active Recall](https://docs.syntblaze.com/deep-grasping/active-recall.md) - [Assign Tests](https://docs.syntblaze.com/deep-grasping/assign-tests.md) - [Assigns](https://docs.syntblaze.com/deep-grasping/assigns.md) - [Categories](https://docs.syntblaze.com/deep-grasping/categories.md) - [Chunking](https://docs.syntblaze.com/deep-grasping/chunking.md) - [Combined Practice](https://docs.syntblaze.com/deep-grasping/combined-practice.md) - [Contextual Variation](https://docs.syntblaze.com/deep-grasping/contextual-variation.md) - [Desirable Difficulty](https://docs.syntblaze.com/deep-grasping/desirable-difficulty.md) - [Dual Coding](https://docs.syntblaze.com/deep-grasping/dual-coding.md) - [Elaboration](https://docs.syntblaze.com/deep-grasping/elaboration.md) - [Element Explanations](https://docs.syntblaze.com/deep-grasping/element-explanations.md) - [Element Previews](https://docs.syntblaze.com/deep-grasping/element-previews.md) - [Flashcards](https://docs.syntblaze.com/deep-grasping/flashcards.md) - [Generation Effect](https://docs.syntblaze.com/deep-grasping/generation-effect.md) - [Input Tests](https://docs.syntblaze.com/deep-grasping/input-tests.md) - [Interleaving](https://docs.syntblaze.com/deep-grasping/interleaving.md) - [Introduction](https://docs.syntblaze.com/deep-grasping/introduction.md) - [Knowledge Grasping](https://docs.syntblaze.com/deep-grasping/knowledge-grasping.md) - [Knowledge Preservation](https://docs.syntblaze.com/deep-grasping/knowledge-preservation.md) - [Language Score](https://docs.syntblaze.com/deep-grasping/language-score.md) - [Mastery](https://docs.syntblaze.com/deep-grasping/mastery.md) - [Mastery Chain](https://docs.syntblaze.com/deep-grasping/mastery-chain.md) - [Quizzes](https://docs.syntblaze.com/deep-grasping/quizzes.md) - [Revision Deck](https://docs.syntblaze.com/deep-grasping/revision-deck.md) - [Selects](https://docs.syntblaze.com/deep-grasping/selects.md) - [Skill Development](https://docs.syntblaze.com/deep-grasping/skill-development.md) - [Skills](https://docs.syntblaze.com/deep-grasping/skills.md) - [Spaced Repetition](https://docs.syntblaze.com/deep-grasping/spaced-repetition.md) - [Syntax Nuggets](https://docs.syntblaze.com/deep-grasping/syntax-nuggets.md) - [Testing with Feedback](https://docs.syntblaze.com/deep-grasping/testing-with-feedback.md) - [Addition](https://docs.syntblaze.com/go/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/go/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/go/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/go/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/go/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/go/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/go/assignment-operators/assignment.md) - [Bit Clear Assignment](https://docs.syntblaze.com/go/assignment-operators/bit-clear-assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/go/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/go/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/go/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/go/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/go/assignment-operators/left-shift-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/go/assignment-operators/multiplication-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/go/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/go/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/go/assignment-operators/subtraction-assignment.md) - [bool](https://docs.syntblaze.com/go/basic-types/bool.md) - [byte](https://docs.syntblaze.com/go/basic-types/byte.md) - [complex128](https://docs.syntblaze.com/go/basic-types/complex128.md) - [complex64](https://docs.syntblaze.com/go/basic-types/complex64.md) - [float32](https://docs.syntblaze.com/go/basic-types/float32.md) - [float64](https://docs.syntblaze.com/go/basic-types/float64.md) - [int](https://docs.syntblaze.com/go/basic-types/int.md) - [int16](https://docs.syntblaze.com/go/basic-types/int16.md) - [int32](https://docs.syntblaze.com/go/basic-types/int32.md) - [int64](https://docs.syntblaze.com/go/basic-types/int64.md) - [int8](https://docs.syntblaze.com/go/basic-types/int8.md) - [rune](https://docs.syntblaze.com/go/basic-types/rune.md) - [string](https://docs.syntblaze.com/go/basic-types/string.md) - [uint](https://docs.syntblaze.com/go/basic-types/uint.md) - [uint16](https://docs.syntblaze.com/go/basic-types/uint16.md) - [uint32](https://docs.syntblaze.com/go/basic-types/uint32.md) - [uint64](https://docs.syntblaze.com/go/basic-types/uint64.md) - [uint8](https://docs.syntblaze.com/go/basic-types/uint8.md) - [uintptr](https://docs.syntblaze.com/go/basic-types/uintptr.md) - [Bit Clear](https://docs.syntblaze.com/go/bitwise-operators/bit-clear.md) - [Bitwise AND](https://docs.syntblaze.com/go/bitwise-operators/bitwise-and.md) - [Bitwise OR](https://docs.syntblaze.com/go/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/go/bitwise-operators/bitwise-xor.md) - [Block Comment](https://docs.syntblaze.com/go/comments/block-comment.md) - [Documentation Comment](https://docs.syntblaze.com/go/comments/documentation-comment.md) - [Single-line Comment](https://docs.syntblaze.com/go/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/go/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/go/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/go/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/go/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/go/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/go/comparison-operators/less-than-or-equal-to.md) - [Array](https://docs.syntblaze.com/go/composite-types/array.md) - [Channel](https://docs.syntblaze.com/go/composite-types/channel.md) - [Map](https://docs.syntblaze.com/go/composite-types/map.md) - [Slice](https://docs.syntblaze.com/go/composite-types/slice.md) - [Buffered Channel](https://docs.syntblaze.com/go/concurrency/buffered-channel.md) - [Directional Channel](https://docs.syntblaze.com/go/concurrency/directional-channel.md) - [Go Statement](https://docs.syntblaze.com/go/concurrency/go-statement.md) - [Select Statement](https://docs.syntblaze.com/go/concurrency/select-statement.md) - [Unbuffered Channel](https://docs.syntblaze.com/go/concurrency/unbuffered-channel.md) - [Break Statement](https://docs.syntblaze.com/go/control-flow/break-statement.md) - [Continue Statement](https://docs.syntblaze.com/go/control-flow/continue-statement.md) - [Defer Statement](https://docs.syntblaze.com/go/control-flow/defer-statement.md) - [Else Clause](https://docs.syntblaze.com/go/control-flow/else-clause.md) - [Else If Clause](https://docs.syntblaze.com/go/control-flow/else-if-clause.md) - [Expression Switch Statement](https://docs.syntblaze.com/go/control-flow/expression-switch-statement.md) - [Fallthrough](https://docs.syntblaze.com/go/control-flow/fallthrough.md) - [Goto Statement](https://docs.syntblaze.com/go/control-flow/goto-statement.md) - [If Statement](https://docs.syntblaze.com/go/control-flow/if-statement.md) - [If with Initialization](https://docs.syntblaze.com/go/control-flow/if-with-initialization.md) - [Labeled Statement](https://docs.syntblaze.com/go/control-flow/labeled-statement.md) - [Return Statement](https://docs.syntblaze.com/go/control-flow/return-statement.md) - [Type Switch Statement](https://docs.syntblaze.com/go/control-flow/type-switch-statement.md) - [Panic](https://docs.syntblaze.com/go/error-handling/panic.md) - [Recover](https://docs.syntblaze.com/go/error-handling/recover.md) - [Function](https://docs.syntblaze.com/go/functions/function.md) - [Function Literal](https://docs.syntblaze.com/go/functions/function-literal.md) - [Variadic Function](https://docs.syntblaze.com/go/functions/variadic-function.md) - [Generic Function](https://docs.syntblaze.com/go/generics/generic-function.md) - [Generic Type](https://docs.syntblaze.com/go/generics/generic-type.md) - [Type Constraint](https://docs.syntblaze.com/go/generics/type-constraint.md) - [Type Parameter](https://docs.syntblaze.com/go/generics/type-parameter.md) - [Aliased Import](https://docs.syntblaze.com/go/imports/aliased-import.md) - [Blank Import](https://docs.syntblaze.com/go/imports/blank-import.md) - [Dot Import](https://docs.syntblaze.com/go/imports/dot-import.md) - [Import](https://docs.syntblaze.com/go/imports/import.md) - [Import Declaration Block](https://docs.syntblaze.com/go/imports/import-declaration-block.md) - [Index Expression](https://docs.syntblaze.com/go/index-and-slice-operators/index-expression.md) - [Slice Expression](https://docs.syntblaze.com/go/index-and-slice-operators/slice-expression.md) - [Empty Interface](https://docs.syntblaze.com/go/interfaces/empty-interface.md) - [Implicit Implementation](https://docs.syntblaze.com/go/interfaces/implicit-implementation.md) - [Interface](https://docs.syntblaze.com/go/interfaces/interface.md) - [Interface Embedding](https://docs.syntblaze.com/go/interfaces/interface-embedding.md) - [Logical AND](https://docs.syntblaze.com/go/logical-operators/logical-and.md) - [Logical OR](https://docs.syntblaze.com/go/logical-operators/logical-or.md) - [Condition For Loop](https://docs.syntblaze.com/go/loops/condition-for-loop.md) - [For Loop](https://docs.syntblaze.com/go/loops/for-loop.md) - [For Range Loop](https://docs.syntblaze.com/go/loops/for-range-loop.md) - [Infinite Loop](https://docs.syntblaze.com/go/loops/infinite-loop.md) - [Method Expression](https://docs.syntblaze.com/go/methods/method-expression.md) - [Method Set](https://docs.syntblaze.com/go/methods/method-set.md) - [Method Value](https://docs.syntblaze.com/go/methods/method-value.md) - [Pointer Receiver Method](https://docs.syntblaze.com/go/methods/pointer-receiver-method.md) - [Value Receiver Method](https://docs.syntblaze.com/go/methods/value-receiver-method.md) - [Exported Identifier](https://docs.syntblaze.com/go/packages/exported-identifier.md) - [Package](https://docs.syntblaze.com/go/packages/package.md) - [Unexported Identifier](https://docs.syntblaze.com/go/packages/unexported-identifier.md) - [Address Of](https://docs.syntblaze.com/go/pointer-operators/address-of.md) - [Dereference](https://docs.syntblaze.com/go/pointer-operators/dereference.md) - [Nil Pointer](https://docs.syntblaze.com/go/pointers/nil-pointer.md) - [Pointer](https://docs.syntblaze.com/go/pointers/pointer.md) - [Left Shift](https://docs.syntblaze.com/go/shift-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/go/shift-operators/right-shift.md) - [Anonymous Struct](https://docs.syntblaze.com/go/structs/anonymous-struct.md) - [Embedded Field](https://docs.syntblaze.com/go/structs/embedded-field.md) - [Promoted Fields](https://docs.syntblaze.com/go/structs/promoted-fields.md) - [Promoted Methods](https://docs.syntblaze.com/go/structs/promoted-methods.md) - [Struct](https://docs.syntblaze.com/go/structs/struct.md) - [Struct Literal](https://docs.syntblaze.com/go/structs/struct-literal.md) - [Struct Tag](https://docs.syntblaze.com/go/structs/struct-tag.md) - [Function Type](https://docs.syntblaze.com/go/type-declarations/function-type.md) - [Type Alias](https://docs.syntblaze.com/go/type-declarations/type-alias.md) - [Type Definition](https://docs.syntblaze.com/go/type-declarations/type-definition.md) - [Bitwise NOT](https://docs.syntblaze.com/go/unary-operators/bitwise-not.md) - [Logical Not](https://docs.syntblaze.com/go/unary-operators/logical-not.md) - [Receive](https://docs.syntblaze.com/go/unary-operators/receive.md) - [Unary Minus](https://docs.syntblaze.com/go/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/go/unary-operators/unary-plus.md) - [Constant](https://docs.syntblaze.com/go/variables-and-constants/constant.md) - [Package Variable](https://docs.syntblaze.com/go/variables-and-constants/package-variable.md) - [Short Variable](https://docs.syntblaze.com/go/variables-and-constants/short-variable.md) - [Variable](https://docs.syntblaze.com/go/variables-and-constants/variable.md) - [Annotation](https://docs.syntblaze.com/java/annotations/annotation.md) - [Deprecated Annotation](https://docs.syntblaze.com/java/annotations/deprecated-annotation.md) - [Documented Annotation](https://docs.syntblaze.com/java/annotations/documented-annotation.md) - [FunctionalInterface Annotation](https://docs.syntblaze.com/java/annotations/functionalinterface-annotation.md) - [Inherited Annotation](https://docs.syntblaze.com/java/annotations/inherited-annotation.md) - [Override Annotation](https://docs.syntblaze.com/java/annotations/override-annotation.md) - [Repeatable Annotation](https://docs.syntblaze.com/java/annotations/repeatable-annotation.md) - [Retention Annotation](https://docs.syntblaze.com/java/annotations/retention-annotation.md) - [SafeVarargs Annotation](https://docs.syntblaze.com/java/annotations/safevarargs-annotation.md) - [SuppressWarnings Annotation](https://docs.syntblaze.com/java/annotations/suppresswarnings-annotation.md) - [Target Annotation](https://docs.syntblaze.com/java/annotations/target-annotation.md) - [Addition](https://docs.syntblaze.com/java/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/java/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/java/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/java/arithmetic-operators/remainder.md) - [String Concatenation](https://docs.syntblaze.com/java/arithmetic-operators/string-concatenation.md) - [Subtraction](https://docs.syntblaze.com/java/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/java/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/java/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/java/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/java/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/java/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/java/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/java/assignment-operators/left-shift-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/java/assignment-operators/multiplication-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/java/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/java/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/java/assignment-operators/subtraction-assignment.md) - [Unsigned Right Shift Assignment](https://docs.syntblaze.com/java/assignment-operators/unsigned-right-shift-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/java/bitwise-operators/bitwise-and.md) - [Bitwise OR](https://docs.syntblaze.com/java/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/java/bitwise-operators/bitwise-xor.md) - [Abstract Class](https://docs.syntblaze.com/java/classes/abstract-class.md) - [Class](https://docs.syntblaze.com/java/classes/class.md) - [Final Class](https://docs.syntblaze.com/java/classes/final-class.md) - [Non-Sealed Class](https://docs.syntblaze.com/java/classes/non-sealed-class.md) - [Sealed Class](https://docs.syntblaze.com/java/classes/sealed-class.md) - [Block Comment](https://docs.syntblaze.com/java/comments/block-comment.md) - [Documentation Comment](https://docs.syntblaze.com/java/comments/documentation-comment.md) - [Single-line Comment](https://docs.syntblaze.com/java/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/java/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/java/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/java/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/java/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/java/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/java/comparison-operators/less-than-or-equal-to.md) - [Alternate Constructor Invocation](https://docs.syntblaze.com/java/constructors/alternate-constructor-invocation.md) - [Canonical Constructor](https://docs.syntblaze.com/java/constructors/canonical-constructor.md) - [Compact Canonical Constructor](https://docs.syntblaze.com/java/constructors/compact-canonical-constructor.md) - [Default Constructor](https://docs.syntblaze.com/java/constructors/default-constructor.md) - [Package-Private Constructor](https://docs.syntblaze.com/java/constructors/package-private-constructor.md) - [Private Constructor](https://docs.syntblaze.com/java/constructors/private-constructor.md) - [Protected Constructor](https://docs.syntblaze.com/java/constructors/protected-constructor.md) - [Public Constructor](https://docs.syntblaze.com/java/constructors/public-constructor.md) - [Superclass Constructor Invocation](https://docs.syntblaze.com/java/constructors/superclass-constructor-invocation.md) - [Assert Statement](https://docs.syntblaze.com/java/control-flow/assert-statement.md) - [Break Statement](https://docs.syntblaze.com/java/control-flow/break-statement.md) - [Continue Statement](https://docs.syntblaze.com/java/control-flow/continue-statement.md) - [If Statement](https://docs.syntblaze.com/java/control-flow/if-statement.md) - [Labeled Statement](https://docs.syntblaze.com/java/control-flow/labeled-statement.md) - [Return Statement](https://docs.syntblaze.com/java/control-flow/return-statement.md) - [Switch Expression](https://docs.syntblaze.com/java/control-flow/switch-expression.md) - [Switch Statement](https://docs.syntblaze.com/java/control-flow/switch-statement.md) - [Yield Statement](https://docs.syntblaze.com/java/control-flow/yield-statement.md) - [Multi-Catch](https://docs.syntblaze.com/java/exception-handling/multi-catch.md) - [Throw Statement](https://docs.syntblaze.com/java/exception-handling/throw-statement.md) - [Throws Clause](https://docs.syntblaze.com/java/exception-handling/throws-clause.md) - [Try-Catch](https://docs.syntblaze.com/java/exception-handling/try-catch.md) - [Try-Finally](https://docs.syntblaze.com/java/exception-handling/try-finally.md) - [Try-With-Resources](https://docs.syntblaze.com/java/exception-handling/try-with-resources.md) - [Final Field](https://docs.syntblaze.com/java/fields/final-field.md) - [Package-Private Field](https://docs.syntblaze.com/java/fields/package-private-field.md) - [Private Field](https://docs.syntblaze.com/java/fields/private-field.md) - [Protected Field](https://docs.syntblaze.com/java/fields/protected-field.md) - [Public Field](https://docs.syntblaze.com/java/fields/public-field.md) - [Static Field](https://docs.syntblaze.com/java/fields/static-field.md) - [Transient Field](https://docs.syntblaze.com/java/fields/transient-field.md) - [Volatile Field](https://docs.syntblaze.com/java/fields/volatile-field.md) - [Bounded Type Parameter](https://docs.syntblaze.com/java/generics/bounded-type-parameter.md) - [Generic Class](https://docs.syntblaze.com/java/generics/generic-class.md) - [Generic Constructor](https://docs.syntblaze.com/java/generics/generic-constructor.md) - [Generic Interface](https://docs.syntblaze.com/java/generics/generic-interface.md) - [Generic Method](https://docs.syntblaze.com/java/generics/generic-method.md) - [Generic Record](https://docs.syntblaze.com/java/generics/generic-record.md) - [Lower Bounded Wildcard](https://docs.syntblaze.com/java/generics/lower-bounded-wildcard.md) - [Multiple Bounds](https://docs.syntblaze.com/java/generics/multiple-bounds.md) - [Type Parameter](https://docs.syntblaze.com/java/generics/type-parameter.md) - [Unbounded Wildcard](https://docs.syntblaze.com/java/generics/unbounded-wildcard.md) - [Upper Bounded Wildcard](https://docs.syntblaze.com/java/generics/upper-bounded-wildcard.md) - [Constructor Reference](https://docs.syntblaze.com/java/lambdas-and-method-references/constructor-reference.md) - [Lambda Expression](https://docs.syntblaze.com/java/lambdas-and-method-references/lambda-expression.md) - [Method Reference](https://docs.syntblaze.com/java/lambdas-and-method-references/method-reference.md) - [Conditional](https://docs.syntblaze.com/java/logical-and-conditional-operators/conditional.md) - [Conditional AND](https://docs.syntblaze.com/java/logical-and-conditional-operators/conditional-and.md) - [Conditional OR](https://docs.syntblaze.com/java/logical-and-conditional-operators/conditional-or.md) - [Do-While Loop](https://docs.syntblaze.com/java/loops/do-while-loop.md) - [Enhanced For Loop](https://docs.syntblaze.com/java/loops/enhanced-for-loop.md) - [For Loop](https://docs.syntblaze.com/java/loops/for-loop.md) - [While Loop](https://docs.syntblaze.com/java/loops/while-loop.md) - [Abstract Method](https://docs.syntblaze.com/java/methods/abstract-method.md) - [Default Method](https://docs.syntblaze.com/java/methods/default-method.md) - [Final Method](https://docs.syntblaze.com/java/methods/final-method.md) - [Native Method](https://docs.syntblaze.com/java/methods/native-method.md) - [Overloaded Method](https://docs.syntblaze.com/java/methods/overloaded-method.md) - [Overriding Method](https://docs.syntblaze.com/java/methods/overriding-method.md) - [Package-Private Method](https://docs.syntblaze.com/java/methods/package-private-method.md) - [Private Method](https://docs.syntblaze.com/java/methods/private-method.md) - [Protected Method](https://docs.syntblaze.com/java/methods/protected-method.md) - [Public Method](https://docs.syntblaze.com/java/methods/public-method.md) - [Static Method](https://docs.syntblaze.com/java/methods/static-method.md) - [Synchronized Method](https://docs.syntblaze.com/java/methods/synchronized-method.md) - [Variable Arity Method](https://docs.syntblaze.com/java/methods/variable-arity-method.md) - [Anonymous Class](https://docs.syntblaze.com/java/nested-classes/anonymous-class.md) - [Inner Class](https://docs.syntblaze.com/java/nested-classes/inner-class.md) - [Local Class](https://docs.syntblaze.com/java/nested-classes/local-class.md) - [Static Nested Class](https://docs.syntblaze.com/java/nested-classes/static-nested-class.md) - [Exports Directive](https://docs.syntblaze.com/java/packages-and-imports/exports-directive.md) - [Module Declaration](https://docs.syntblaze.com/java/packages-and-imports/module-declaration.md) - [Opens Directive](https://docs.syntblaze.com/java/packages-and-imports/opens-directive.md) - [Package Declaration](https://docs.syntblaze.com/java/packages-and-imports/package-declaration.md) - [Provides Directive](https://docs.syntblaze.com/java/packages-and-imports/provides-directive.md) - [Requires Directive](https://docs.syntblaze.com/java/packages-and-imports/requires-directive.md) - [Single-Static-Import Declaration](https://docs.syntblaze.com/java/packages-and-imports/single-static-import-declaration.md) - [Single-Type-Import Declaration](https://docs.syntblaze.com/java/packages-and-imports/single-type-import-declaration.md) - [Static-Import-on-Demand](https://docs.syntblaze.com/java/packages-and-imports/static-import-on-demand.md) - [Type-Import-on-Demand Declaration](https://docs.syntblaze.com/java/packages-and-imports/type-import-on-demand-declaration.md) - [Uses Directive](https://docs.syntblaze.com/java/packages-and-imports/uses-directive.md) - [Final Parameter](https://docs.syntblaze.com/java/parameters/final-parameter.md) - [Parameter](https://docs.syntblaze.com/java/parameters/parameter.md) - [Receiver Parameter](https://docs.syntblaze.com/java/parameters/receiver-parameter.md) - [Variable Arity Parameter](https://docs.syntblaze.com/java/parameters/variable-arity-parameter.md) - [Pattern Variable](https://docs.syntblaze.com/java/pattern-matching/pattern-variable.md) - [Record Pattern](https://docs.syntblaze.com/java/pattern-matching/record-pattern.md) - [Type Pattern](https://docs.syntblaze.com/java/pattern-matching/type-pattern.md) - [boolean](https://docs.syntblaze.com/java/primitive-types/boolean.md) - [byte](https://docs.syntblaze.com/java/primitive-types/byte.md) - [char](https://docs.syntblaze.com/java/primitive-types/char.md) - [double](https://docs.syntblaze.com/java/primitive-types/double.md) - [float](https://docs.syntblaze.com/java/primitive-types/float.md) - [int](https://docs.syntblaze.com/java/primitive-types/int.md) - [long](https://docs.syntblaze.com/java/primitive-types/long.md) - [short](https://docs.syntblaze.com/java/primitive-types/short.md) - [Left Shift](https://docs.syntblaze.com/java/shift-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/java/shift-operators/right-shift.md) - [Unsigned Right Shift](https://docs.syntblaze.com/java/shift-operators/unsigned-right-shift.md) - [Annotation Interface](https://docs.syntblaze.com/java/type-declarations/annotation-interface.md) - [Enum](https://docs.syntblaze.com/java/type-declarations/enum.md) - [Functional Interface](https://docs.syntblaze.com/java/type-declarations/functional-interface.md) - [Interface](https://docs.syntblaze.com/java/type-declarations/interface.md) - [Non-Sealed Interface](https://docs.syntblaze.com/java/type-declarations/non-sealed-interface.md) - [Record](https://docs.syntblaze.com/java/type-declarations/record.md) - [Sealed Interface](https://docs.syntblaze.com/java/type-declarations/sealed-interface.md) - [Instanceof](https://docs.syntblaze.com/java/type-operators/instanceof.md) - [Type Cast](https://docs.syntblaze.com/java/type-operators/type-cast.md) - [Bitwise Complement](https://docs.syntblaze.com/java/unary-operators/bitwise-complement.md) - [Logical Complement](https://docs.syntblaze.com/java/unary-operators/logical-complement.md) - [Postfix Decrement](https://docs.syntblaze.com/java/unary-operators/postfix-decrement.md) - [Postfix Increment](https://docs.syntblaze.com/java/unary-operators/postfix-increment.md) - [Prefix Decrement](https://docs.syntblaze.com/java/unary-operators/prefix-decrement.md) - [Prefix Increment](https://docs.syntblaze.com/java/unary-operators/prefix-increment.md) - [Unary Plus](https://docs.syntblaze.com/java/unary-operators/unary-plus.md) - [Effectively Final Variable](https://docs.syntblaze.com/java/variables/effectively-final-variable.md) - [Final Variable](https://docs.syntblaze.com/java/variables/final-variable.md) - [Implicitly Typed Variable](https://docs.syntblaze.com/java/variables/implicitly-typed-variable.md) - [Local Variable](https://docs.syntblaze.com/java/variables/local-variable.md) - [Computed Member Access](https://docs.syntblaze.com/javascript/access-operators/computed-member-access.md) - [Member Access](https://docs.syntblaze.com/javascript/access-operators/member-access.md) - [Optional Member Access](https://docs.syntblaze.com/javascript/access-operators/optional-member-access.md) - [Getter](https://docs.syntblaze.com/javascript/accessors/getter.md) - [Private Getter](https://docs.syntblaze.com/javascript/accessors/private-getter.md) - [Private Setter](https://docs.syntblaze.com/javascript/accessors/private-setter.md) - [Setter](https://docs.syntblaze.com/javascript/accessors/setter.md) - [Static Getter](https://docs.syntblaze.com/javascript/accessors/static-getter.md) - [Static Private Getter](https://docs.syntblaze.com/javascript/accessors/static-private-getter.md) - [Static Private Setter](https://docs.syntblaze.com/javascript/accessors/static-private-setter.md) - [Static Setter](https://docs.syntblaze.com/javascript/accessors/static-setter.md) - [Addition](https://docs.syntblaze.com/javascript/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/javascript/arithmetic-operators/division.md) - [Exponentiation](https://docs.syntblaze.com/javascript/arithmetic-operators/exponentiation.md) - [Multiplication](https://docs.syntblaze.com/javascript/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/javascript/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/javascript/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/javascript/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/javascript/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/javascript/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/javascript/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/javascript/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/javascript/assignment-operators/division-assignment.md) - [Exponentiation Assignment](https://docs.syntblaze.com/javascript/assignment-operators/exponentiation-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/javascript/assignment-operators/left-shift-assignment.md) - [Logical AND Assignment](https://docs.syntblaze.com/javascript/assignment-operators/logical-and-assignment.md) - [Logical OR Assignment](https://docs.syntblaze.com/javascript/assignment-operators/logical-or-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/javascript/assignment-operators/multiplication-assignment.md) - [Nullish Coalescing Assignment](https://docs.syntblaze.com/javascript/assignment-operators/nullish-coalescing-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/javascript/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/javascript/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/javascript/assignment-operators/subtraction-assignment.md) - [Unsigned Right Shift Assignment](https://docs.syntblaze.com/javascript/assignment-operators/unsigned-right-shift-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/javascript/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/javascript/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/javascript/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/javascript/bitwise-operators/bitwise-xor.md) - [Function Call](https://docs.syntblaze.com/javascript/call-operators/function-call.md) - [New](https://docs.syntblaze.com/javascript/call-operators/new.md) - [Optional Function Call](https://docs.syntblaze.com/javascript/call-operators/optional-function-call.md) - [Class Declaration](https://docs.syntblaze.com/javascript/classes/class-declaration.md) - [Class Expression](https://docs.syntblaze.com/javascript/classes/class-expression.md) - [Derived Class](https://docs.syntblaze.com/javascript/classes/derived-class.md) - [Named Class Expression](https://docs.syntblaze.com/javascript/classes/named-class-expression.md) - [Static Initialization Block](https://docs.syntblaze.com/javascript/classes/static-initialization-block.md) - [Hashbang Comment](https://docs.syntblaze.com/javascript/comments/hashbang-comment.md) - [Multi-line Comment](https://docs.syntblaze.com/javascript/comments/multi-line-comment.md) - [Single-line Comment](https://docs.syntblaze.com/javascript/comments/single-line-comment.md) - [Conditional](https://docs.syntblaze.com/javascript/conditional-operators/conditional.md) - [Nullish Coalescing](https://docs.syntblaze.com/javascript/conditional-operators/nullish-coalescing.md) - [Constructor](https://docs.syntblaze.com/javascript/constructors/constructor.md) - [Break Statement](https://docs.syntblaze.com/javascript/control-flow/break-statement.md) - [Continue Statement](https://docs.syntblaze.com/javascript/control-flow/continue-statement.md) - [If Statement](https://docs.syntblaze.com/javascript/control-flow/if-statement.md) - [Return Statement](https://docs.syntblaze.com/javascript/control-flow/return-statement.md) - [Switch Statement](https://docs.syntblaze.com/javascript/control-flow/switch-statement.md) - [Accessor Decorator](https://docs.syntblaze.com/javascript/decorators/accessor-decorator.md) - [Class Decorator](https://docs.syntblaze.com/javascript/decorators/class-decorator.md) - [Field Decorator](https://docs.syntblaze.com/javascript/decorators/field-decorator.md) - [Method Decorator](https://docs.syntblaze.com/javascript/decorators/method-decorator.md) - [Array Destructuring](https://docs.syntblaze.com/javascript/destructuring/array-destructuring.md) - [Default Value Destructuring](https://docs.syntblaze.com/javascript/destructuring/default-value-destructuring.md) - [Nested Destructuring](https://docs.syntblaze.com/javascript/destructuring/nested-destructuring.md) - [Object Destructuring](https://docs.syntblaze.com/javascript/destructuring/object-destructuring.md) - [Renamed Destructuring](https://docs.syntblaze.com/javascript/destructuring/renamed-destructuring.md) - [Rest Element Destructuring](https://docs.syntblaze.com/javascript/destructuring/rest-element-destructuring.md) - [Loose Equality](https://docs.syntblaze.com/javascript/equality-operators/loose-equality.md) - [Loose Inequality](https://docs.syntblaze.com/javascript/equality-operators/loose-inequality.md) - [Strict Equality](https://docs.syntblaze.com/javascript/equality-operators/strict-equality.md) - [Strict Inequality](https://docs.syntblaze.com/javascript/equality-operators/strict-inequality.md) - [Optional Catch Binding](https://docs.syntblaze.com/javascript/error-handling/optional-catch-binding.md) - [Throw Statement](https://docs.syntblaze.com/javascript/error-handling/throw-statement.md) - [Try-Catch](https://docs.syntblaze.com/javascript/error-handling/try-catch.md) - [Try-Catch-Finally](https://docs.syntblaze.com/javascript/error-handling/try-catch-finally.md) - [Try-Finally](https://docs.syntblaze.com/javascript/error-handling/try-finally.md) - [Private Field](https://docs.syntblaze.com/javascript/fields/private-field.md) - [Public Field](https://docs.syntblaze.com/javascript/fields/public-field.md) - [Static Field](https://docs.syntblaze.com/javascript/fields/static-field.md) - [Static Private Field](https://docs.syntblaze.com/javascript/fields/static-private-field.md) - [Arrow Function](https://docs.syntblaze.com/javascript/functions/arrow-function.md) - [Async Function](https://docs.syntblaze.com/javascript/functions/async-function.md) - [Async Generator Function](https://docs.syntblaze.com/javascript/functions/async-generator-function.md) - [Function Declaration](https://docs.syntblaze.com/javascript/functions/function-declaration.md) - [Function Expression](https://docs.syntblaze.com/javascript/functions/function-expression.md) - [Generator Function](https://docs.syntblaze.com/javascript/functions/generator-function.md) - [Immediately Invoked Function Expression](https://docs.syntblaze.com/javascript/functions/immediately-invoked-function-expression.md) - [Named Function Expression](https://docs.syntblaze.com/javascript/functions/named-function-expression.md) - [Logical AND](https://docs.syntblaze.com/javascript/logical-operators/logical-and.md) - [Logical OR](https://docs.syntblaze.com/javascript/logical-operators/logical-or.md) - [Do-While Loop](https://docs.syntblaze.com/javascript/loops/do-while-loop.md) - [For-await-of Loop](https://docs.syntblaze.com/javascript/loops/for-await-of-loop.md) - [For-in Loop](https://docs.syntblaze.com/javascript/loops/for-in-loop.md) - [For Loop](https://docs.syntblaze.com/javascript/loops/for-loop.md) - [For-of Loop](https://docs.syntblaze.com/javascript/loops/for-of-loop.md) - [While Loop](https://docs.syntblaze.com/javascript/loops/while-loop.md) - [Async Generator Method](https://docs.syntblaze.com/javascript/methods/async-generator-method.md) - [Async Method](https://docs.syntblaze.com/javascript/methods/async-method.md) - [Generator Method](https://docs.syntblaze.com/javascript/methods/generator-method.md) - [Private Method](https://docs.syntblaze.com/javascript/methods/private-method.md) - [Public Method](https://docs.syntblaze.com/javascript/methods/public-method.md) - [Static Method](https://docs.syntblaze.com/javascript/methods/static-method.md) - [Static Private Method](https://docs.syntblaze.com/javascript/methods/static-private-method.md) - [Default Export](https://docs.syntblaze.com/javascript/modules/default-export.md) - [Default Import](https://docs.syntblaze.com/javascript/modules/default-import.md) - [Dynamic Import](https://docs.syntblaze.com/javascript/modules/dynamic-import.md) - [Named Export](https://docs.syntblaze.com/javascript/modules/named-export.md) - [Named Import](https://docs.syntblaze.com/javascript/modules/named-import.md) - [Namespace Export](https://docs.syntblaze.com/javascript/modules/namespace-export.md) - [Namespace Import](https://docs.syntblaze.com/javascript/modules/namespace-import.md) - [Re-Export](https://docs.syntblaze.com/javascript/modules/re-export.md) - [Side Effect Import](https://docs.syntblaze.com/javascript/modules/side-effect-import.md) - [Default Parameter](https://docs.syntblaze.com/javascript/parameters/default-parameter.md) - [Destructured Parameter](https://docs.syntblaze.com/javascript/parameters/destructured-parameter.md) - [Regular Parameter](https://docs.syntblaze.com/javascript/parameters/regular-parameter.md) - [Rest Parameter](https://docs.syntblaze.com/javascript/parameters/rest-parameter.md) - [BigInt](https://docs.syntblaze.com/javascript/primitive-types/bigint.md) - [Boolean](https://docs.syntblaze.com/javascript/primitive-types/boolean.md) - [Null](https://docs.syntblaze.com/javascript/primitive-types/null.md) - [Number](https://docs.syntblaze.com/javascript/primitive-types/number.md) - [String](https://docs.syntblaze.com/javascript/primitive-types/string.md) - [Symbol](https://docs.syntblaze.com/javascript/primitive-types/symbol.md) - [Undefined](https://docs.syntblaze.com/javascript/primitive-types/undefined.md) - [Greater Than](https://docs.syntblaze.com/javascript/relational-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/javascript/relational-operators/greater-than-or-equal-to.md) - [In](https://docs.syntblaze.com/javascript/relational-operators/in.md) - [Instanceof](https://docs.syntblaze.com/javascript/relational-operators/instanceof.md) - [Less Than](https://docs.syntblaze.com/javascript/relational-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/javascript/relational-operators/less-than-or-equal-to.md) - [Left Shift](https://docs.syntblaze.com/javascript/shift-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/javascript/shift-operators/right-shift.md) - [Unsigned Right Shift](https://docs.syntblaze.com/javascript/shift-operators/unsigned-right-shift.md) - [Array Spread](https://docs.syntblaze.com/javascript/spread-operators/array-spread.md) - [Function Call Spread](https://docs.syntblaze.com/javascript/spread-operators/function-call-spread.md) - [Object Spread](https://docs.syntblaze.com/javascript/spread-operators/object-spread.md) - [Block Statement](https://docs.syntblaze.com/javascript/statement-forms/block-statement.md) - [Debugger Statement](https://docs.syntblaze.com/javascript/statement-forms/debugger-statement.md) - [Empty Statement](https://docs.syntblaze.com/javascript/statement-forms/empty-statement.md) - [Expression Statement](https://docs.syntblaze.com/javascript/statement-forms/expression-statement.md) - [Labeled Statement](https://docs.syntblaze.com/javascript/statement-forms/labeled-statement.md) - [With Statement](https://docs.syntblaze.com/javascript/statement-forms/with-statement.md) - [Await](https://docs.syntblaze.com/javascript/unary-operators/await.md) - [Delete](https://docs.syntblaze.com/javascript/unary-operators/delete.md) - [Logical NOT](https://docs.syntblaze.com/javascript/unary-operators/logical-not.md) - [Typeof](https://docs.syntblaze.com/javascript/unary-operators/typeof.md) - [Unary Minus](https://docs.syntblaze.com/javascript/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/javascript/unary-operators/unary-plus.md) - [Void](https://docs.syntblaze.com/javascript/unary-operators/void.md) - [Decrement](https://docs.syntblaze.com/javascript/update-operators/decrement.md) - [Increment](https://docs.syntblaze.com/javascript/update-operators/increment.md) - [const Declaration](https://docs.syntblaze.com/javascript/variables/const-declaration.md) - [let Declaration](https://docs.syntblaze.com/javascript/variables/let-declaration.md) - [var Declaration](https://docs.syntblaze.com/javascript/variables/var-declaration.md) - [Yield](https://docs.syntblaze.com/javascript/yield-operators/yield.md) - [Yield Delegation](https://docs.syntblaze.com/javascript/yield-operators/yield-delegation.md) - [Annotation](https://docs.syntblaze.com/kotlin/annotations/annotation.md) - [Deprecated Annotation](https://docs.syntblaze.com/kotlin/annotations/deprecated-annotation.md) - [Repeatable Annotation](https://docs.syntblaze.com/kotlin/annotations/repeatable-annotation.md) - [Retention Annotation](https://docs.syntblaze.com/kotlin/annotations/retention-annotation.md) - [Target Annotation](https://docs.syntblaze.com/kotlin/annotations/target-annotation.md) - [Addition](https://docs.syntblaze.com/kotlin/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/kotlin/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/kotlin/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/kotlin/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/kotlin/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/kotlin/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/kotlin/assignment-operators/assignment.md) - [Division Assignment](https://docs.syntblaze.com/kotlin/assignment-operators/division-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/kotlin/assignment-operators/multiplication-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/kotlin/assignment-operators/remainder-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/kotlin/assignment-operators/subtraction-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/kotlin/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/kotlin/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/kotlin/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/kotlin/bitwise-operators/bitwise-xor.md) - [Any](https://docs.syntblaze.com/kotlin/built-in-types/any.md) - [Array](https://docs.syntblaze.com/kotlin/built-in-types/array.md) - [Boolean](https://docs.syntblaze.com/kotlin/built-in-types/boolean.md) - [Byte](https://docs.syntblaze.com/kotlin/built-in-types/byte.md) - [Char](https://docs.syntblaze.com/kotlin/built-in-types/char.md) - [Double](https://docs.syntblaze.com/kotlin/built-in-types/double.md) - [Float](https://docs.syntblaze.com/kotlin/built-in-types/float.md) - [Int](https://docs.syntblaze.com/kotlin/built-in-types/int.md) - [Long](https://docs.syntblaze.com/kotlin/built-in-types/long.md) - [Nothing](https://docs.syntblaze.com/kotlin/built-in-types/nothing.md) - [Number](https://docs.syntblaze.com/kotlin/built-in-types/number.md) - [Short](https://docs.syntblaze.com/kotlin/built-in-types/short.md) - [String](https://docs.syntblaze.com/kotlin/built-in-types/string.md) - [UByte](https://docs.syntblaze.com/kotlin/built-in-types/ubyte.md) - [UInt](https://docs.syntblaze.com/kotlin/built-in-types/uint.md) - [ULong](https://docs.syntblaze.com/kotlin/built-in-types/ulong.md) - [Unit](https://docs.syntblaze.com/kotlin/built-in-types/unit.md) - [UShort](https://docs.syntblaze.com/kotlin/built-in-types/ushort.md) - [Abstract Class](https://docs.syntblaze.com/kotlin/classes-and-types/abstract-class.md) - [Annotation Class](https://docs.syntblaze.com/kotlin/classes-and-types/annotation-class.md) - [Class](https://docs.syntblaze.com/kotlin/classes-and-types/class.md) - [Data Class](https://docs.syntblaze.com/kotlin/classes-and-types/data-class.md) - [Enum Class](https://docs.syntblaze.com/kotlin/classes-and-types/enum-class.md) - [Inner Class](https://docs.syntblaze.com/kotlin/classes-and-types/inner-class.md) - [Nested Class](https://docs.syntblaze.com/kotlin/classes-and-types/nested-class.md) - [Open Class](https://docs.syntblaze.com/kotlin/classes-and-types/open-class.md) - [Sealed Class](https://docs.syntblaze.com/kotlin/classes-and-types/sealed-class.md) - [Type Alias](https://docs.syntblaze.com/kotlin/classes-and-types/type-alias.md) - [Value Class](https://docs.syntblaze.com/kotlin/classes-and-types/value-class.md) - [Block Comment](https://docs.syntblaze.com/kotlin/comments/block-comment.md) - [KDoc Comment](https://docs.syntblaze.com/kotlin/comments/kdoc-comment.md) - [Single-line Comment](https://docs.syntblaze.com/kotlin/comments/single-line-comment.md) - [Greater Than](https://docs.syntblaze.com/kotlin/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/kotlin/comparison-operators/greater-than-or-equal-to.md) - [Less Than](https://docs.syntblaze.com/kotlin/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/kotlin/comparison-operators/less-than-or-equal-to.md) - [Initializer Block](https://docs.syntblaze.com/kotlin/constructors/initializer-block.md) - [Primary Constructor](https://docs.syntblaze.com/kotlin/constructors/primary-constructor.md) - [Secondary Constructor](https://docs.syntblaze.com/kotlin/constructors/secondary-constructor.md) - [In](https://docs.syntblaze.com/kotlin/containment-operators/in.md) - [Not In](https://docs.syntblaze.com/kotlin/containment-operators/not-in.md) - [Break](https://docs.syntblaze.com/kotlin/control-flow/break.md) - [Continue](https://docs.syntblaze.com/kotlin/control-flow/continue.md) - [Else Clause](https://docs.syntblaze.com/kotlin/control-flow/else-clause.md) - [If Expression](https://docs.syntblaze.com/kotlin/control-flow/if-expression.md) - [Labeled Break](https://docs.syntblaze.com/kotlin/control-flow/labeled-break.md) - [Labeled Continue](https://docs.syntblaze.com/kotlin/control-flow/labeled-continue.md) - [Labeled Return](https://docs.syntblaze.com/kotlin/control-flow/labeled-return.md) - [Return Expression](https://docs.syntblaze.com/kotlin/control-flow/return-expression.md) - [When Expression](https://docs.syntblaze.com/kotlin/control-flow/when-expression.md) - [When with Range](https://docs.syntblaze.com/kotlin/control-flow/when-with-range.md) - [When with Type Check](https://docs.syntblaze.com/kotlin/control-flow/when-with-type-check.md) - [Custom Delegation](https://docs.syntblaze.com/kotlin/delegation/custom-delegation.md) - [Interface Delegation](https://docs.syntblaze.com/kotlin/delegation/interface-delegation.md) - [Lazy Delegation](https://docs.syntblaze.com/kotlin/delegation/lazy-delegation.md) - [Observable Delegation](https://docs.syntblaze.com/kotlin/delegation/observable-delegation.md) - [Property Delegation](https://docs.syntblaze.com/kotlin/delegation/property-delegation.md) - [Referential Equality](https://docs.syntblaze.com/kotlin/equality-operators/referential-equality.md) - [Referential Inequality](https://docs.syntblaze.com/kotlin/equality-operators/referential-inequality.md) - [Structural Equality](https://docs.syntblaze.com/kotlin/equality-operators/structural-equality.md) - [Structural Inequality](https://docs.syntblaze.com/kotlin/equality-operators/structural-inequality.md) - [Throw Expression](https://docs.syntblaze.com/kotlin/error-handling/throw-expression.md) - [Try-Catch](https://docs.syntblaze.com/kotlin/error-handling/try-catch.md) - [Try Expression](https://docs.syntblaze.com/kotlin/error-handling/try-expression.md) - [Try-Finally](https://docs.syntblaze.com/kotlin/error-handling/try-finally.md) - [Extension Function](https://docs.syntblaze.com/kotlin/extensions/extension-function.md) - [Extension Property](https://docs.syntblaze.com/kotlin/extensions/extension-property.md) - [Abstract Function](https://docs.syntblaze.com/kotlin/functions/abstract-function.md) - [External Function](https://docs.syntblaze.com/kotlin/functions/external-function.md) - [Infix Function](https://docs.syntblaze.com/kotlin/functions/infix-function.md) - [Inline Function](https://docs.syntblaze.com/kotlin/functions/inline-function.md) - [Internal Function](https://docs.syntblaze.com/kotlin/functions/internal-function.md) - [Local Function](https://docs.syntblaze.com/kotlin/functions/local-function.md) - [Open Function](https://docs.syntblaze.com/kotlin/functions/open-function.md) - [Operator Function](https://docs.syntblaze.com/kotlin/functions/operator-function.md) - [Override Function](https://docs.syntblaze.com/kotlin/functions/override-function.md) - [Private Function](https://docs.syntblaze.com/kotlin/functions/private-function.md) - [Protected Function](https://docs.syntblaze.com/kotlin/functions/protected-function.md) - [Public Function](https://docs.syntblaze.com/kotlin/functions/public-function.md) - [Suspend Function](https://docs.syntblaze.com/kotlin/functions/suspend-function.md) - [Tail-Recursive Function](https://docs.syntblaze.com/kotlin/functions/tail-recursive-function.md) - [Top-Level Function](https://docs.syntblaze.com/kotlin/functions/top-level-function.md) - [Contravariance](https://docs.syntblaze.com/kotlin/generics/contravariance.md) - [Covariance](https://docs.syntblaze.com/kotlin/generics/covariance.md) - [Generic Class](https://docs.syntblaze.com/kotlin/generics/generic-class.md) - [Generic Constraint](https://docs.syntblaze.com/kotlin/generics/generic-constraint.md) - [Generic Function](https://docs.syntblaze.com/kotlin/generics/generic-function.md) - [Reified Type Parameter](https://docs.syntblaze.com/kotlin/generics/reified-type-parameter.md) - [Star Projection](https://docs.syntblaze.com/kotlin/generics/star-projection.md) - [Type Projection](https://docs.syntblaze.com/kotlin/generics/type-projection.md) - [Fun Interface](https://docs.syntblaze.com/kotlin/interfaces/fun-interface.md) - [Interface](https://docs.syntblaze.com/kotlin/interfaces/interface.md) - [Sealed Interface](https://docs.syntblaze.com/kotlin/interfaces/sealed-interface.md) - [Anonymous Function](https://docs.syntblaze.com/kotlin/lambdas/anonymous-function.md) - [Function Literal with Receiver](https://docs.syntblaze.com/kotlin/lambdas/function-literal-with-receiver.md) - [Logical AND](https://docs.syntblaze.com/kotlin/logical-operators/logical-and.md) - [Logical OR](https://docs.syntblaze.com/kotlin/logical-operators/logical-or.md) - [Do-While Loop](https://docs.syntblaze.com/kotlin/loops/do-while-loop.md) - [For Loop](https://docs.syntblaze.com/kotlin/loops/for-loop.md) - [While Loop](https://docs.syntblaze.com/kotlin/loops/while-loop.md) - [Elvis](https://docs.syntblaze.com/kotlin/null-safety-operators/elvis.md) - [Not-Null Assertion](https://docs.syntblaze.com/kotlin/null-safety-operators/not-null-assertion.md) - [Safe Call](https://docs.syntblaze.com/kotlin/null-safety-operators/safe-call.md) - [Companion Object](https://docs.syntblaze.com/kotlin/object-constructs/companion-object.md) - [Data Object](https://docs.syntblaze.com/kotlin/object-constructs/data-object.md) - [Object Declaration](https://docs.syntblaze.com/kotlin/object-constructs/object-declaration.md) - [Object Expression](https://docs.syntblaze.com/kotlin/object-constructs/object-expression.md) - [Import Alias](https://docs.syntblaze.com/kotlin/packages-and-imports/import-alias.md) - [Import Declaration](https://docs.syntblaze.com/kotlin/packages-and-imports/import-declaration.md) - [Package Declaration](https://docs.syntblaze.com/kotlin/packages-and-imports/package-declaration.md) - [Star Import](https://docs.syntblaze.com/kotlin/packages-and-imports/star-import.md) - [Default Parameter](https://docs.syntblaze.com/kotlin/parameters/default-parameter.md) - [Lambda Parameter](https://docs.syntblaze.com/kotlin/parameters/lambda-parameter.md) - [Named Parameter](https://docs.syntblaze.com/kotlin/parameters/named-parameter.md) - [Positional Parameter](https://docs.syntblaze.com/kotlin/parameters/positional-parameter.md) - [Receiver Parameter](https://docs.syntblaze.com/kotlin/parameters/receiver-parameter.md) - [Vararg Parameter](https://docs.syntblaze.com/kotlin/parameters/vararg-parameter.md) - [Abstract Property](https://docs.syntblaze.com/kotlin/properties/abstract-property.md) - [Const Property](https://docs.syntblaze.com/kotlin/properties/const-property.md) - [Custom Getter](https://docs.syntblaze.com/kotlin/properties/custom-getter.md) - [Custom Setter](https://docs.syntblaze.com/kotlin/properties/custom-setter.md) - [Delegated Property](https://docs.syntblaze.com/kotlin/properties/delegated-property.md) - [Internal Property](https://docs.syntblaze.com/kotlin/properties/internal-property.md) - [Lateinit Property](https://docs.syntblaze.com/kotlin/properties/lateinit-property.md) - [Open Property](https://docs.syntblaze.com/kotlin/properties/open-property.md) - [Override Property](https://docs.syntblaze.com/kotlin/properties/override-property.md) - [Private Property](https://docs.syntblaze.com/kotlin/properties/private-property.md) - [Protected Property](https://docs.syntblaze.com/kotlin/properties/protected-property.md) - [Public Property](https://docs.syntblaze.com/kotlin/properties/public-property.md) - [Top-Level Property](https://docs.syntblaze.com/kotlin/properties/top-level-property.md) - [Range](https://docs.syntblaze.com/kotlin/range-operators/range.md) - [Range Until](https://docs.syntblaze.com/kotlin/range-operators/range-until.md) - [Shift Left](https://docs.syntblaze.com/kotlin/shift-operators/shift-left.md) - [Shift Right](https://docs.syntblaze.com/kotlin/shift-operators/shift-right.md) - [Unsigned Shift Right](https://docs.syntblaze.com/kotlin/shift-operators/unsigned-shift-right.md) - [Negated Type Check](https://docs.syntblaze.com/kotlin/type-check-and-cast-operators/negated-type-check.md) - [Safe Cast](https://docs.syntblaze.com/kotlin/type-check-and-cast-operators/safe-cast.md) - [Type Check](https://docs.syntblaze.com/kotlin/type-check-and-cast-operators/type-check.md) - [Unsafe Cast](https://docs.syntblaze.com/kotlin/type-check-and-cast-operators/unsafe-cast.md) - [Logical Not](https://docs.syntblaze.com/kotlin/unary-operators/logical-not.md) - [Post-Decrement](https://docs.syntblaze.com/kotlin/unary-operators/post-decrement.md) - [Post-Increment](https://docs.syntblaze.com/kotlin/unary-operators/post-increment.md) - [Pre-Decrement](https://docs.syntblaze.com/kotlin/unary-operators/pre-decrement.md) - [Pre-Increment](https://docs.syntblaze.com/kotlin/unary-operators/pre-increment.md) - [Unary Plus](https://docs.syntblaze.com/kotlin/unary-operators/unary-plus.md) - [Destructuring Declaration](https://docs.syntblaze.com/kotlin/variables/destructuring-declaration.md) - [Mutable Variable](https://docs.syntblaze.com/kotlin/variables/mutable-variable.md) - [Nullable Variable](https://docs.syntblaze.com/kotlin/variables/nullable-variable.md) - [Read-Only Variable](https://docs.syntblaze.com/kotlin/variables/read-only-variable.md) - [Type Inferred Variable](https://docs.syntblaze.com/kotlin/variables/type-inferred-variable.md) - [Array Access](https://docs.syntblaze.com/php/access-operators/array-access.md) - [Nullsafe Access](https://docs.syntblaze.com/php/access-operators/nullsafe-access.md) - [Object Access](https://docs.syntblaze.com/php/access-operators/object-access.md) - [Scope Resolution](https://docs.syntblaze.com/php/access-operators/scope-resolution.md) - [Addition](https://docs.syntblaze.com/php/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/php/arithmetic-operators/division.md) - [Exponentiation](https://docs.syntblaze.com/php/arithmetic-operators/exponentiation.md) - [Modulo](https://docs.syntblaze.com/php/arithmetic-operators/modulo.md) - [Multiplication](https://docs.syntblaze.com/php/arithmetic-operators/multiplication.md) - [Subtraction](https://docs.syntblaze.com/php/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/php/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/php/assignment-operators/assignment.md) - [Assignment By Reference](https://docs.syntblaze.com/php/assignment-operators/assignment-by-reference.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/php/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/php/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/php/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/php/assignment-operators/division-assignment.md) - [Exponentiation Assignment](https://docs.syntblaze.com/php/assignment-operators/exponentiation-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/php/assignment-operators/left-shift-assignment.md) - [Modulo Assignment](https://docs.syntblaze.com/php/assignment-operators/modulo-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/php/assignment-operators/multiplication-assignment.md) - [Null Coalescing Assignment](https://docs.syntblaze.com/php/assignment-operators/null-coalescing-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/php/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/php/assignment-operators/subtraction-assignment.md) - [Attribute](https://docs.syntblaze.com/php/attributes/attribute.md) - [Bitwise AND](https://docs.syntblaze.com/php/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/php/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/php/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/php/bitwise-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/php/bitwise-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/php/bitwise-operators/right-shift.md) - [array](https://docs.syntblaze.com/php/built-in-types/array.md) - [bool](https://docs.syntblaze.com/php/built-in-types/bool.md) - [callable](https://docs.syntblaze.com/php/built-in-types/callable.md) - [false](https://docs.syntblaze.com/php/built-in-types/false.md) - [float](https://docs.syntblaze.com/php/built-in-types/float.md) - [int](https://docs.syntblaze.com/php/built-in-types/int.md) - [iterable](https://docs.syntblaze.com/php/built-in-types/iterable.md) - [mixed](https://docs.syntblaze.com/php/built-in-types/mixed.md) - [never](https://docs.syntblaze.com/php/built-in-types/never.md) - [null](https://docs.syntblaze.com/php/built-in-types/null.md) - [object](https://docs.syntblaze.com/php/built-in-types/object.md) - [resource](https://docs.syntblaze.com/php/built-in-types/resource.md) - [string](https://docs.syntblaze.com/php/built-in-types/string.md) - [true](https://docs.syntblaze.com/php/built-in-types/true.md) - [void](https://docs.syntblaze.com/php/built-in-types/void.md) - [Doc Comment](https://docs.syntblaze.com/php/comments/doc-comment.md) - [Multi-line Comment](https://docs.syntblaze.com/php/comments/multi-line-comment.md) - [Single-line Comment](https://docs.syntblaze.com/php/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/php/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/php/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/php/comparison-operators/greater-than-or-equal-to.md) - [Identical](https://docs.syntblaze.com/php/comparison-operators/identical.md) - [Inequality](https://docs.syntblaze.com/php/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/php/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/php/comparison-operators/less-than-or-equal-to.md) - [Not Identical](https://docs.syntblaze.com/php/comparison-operators/not-identical.md) - [Spaceship](https://docs.syntblaze.com/php/comparison-operators/spaceship.md) - [Null Coalescing](https://docs.syntblaze.com/php/conditional-operators/null-coalescing.md) - [Short Ternary](https://docs.syntblaze.com/php/conditional-operators/short-ternary.md) - [Ternary](https://docs.syntblaze.com/php/conditional-operators/ternary.md) - [Class Constant](https://docs.syntblaze.com/php/constants/class-constant.md) - [Constant](https://docs.syntblaze.com/php/constants/constant.md) - [Final Class Constant](https://docs.syntblaze.com/php/constants/final-class-constant.md) - [Typed Class Constant](https://docs.syntblaze.com/php/constants/typed-class-constant.md) - [Constructor](https://docs.syntblaze.com/php/constructors-and-destructors/constructor.md) - [Constructor Property Promotion](https://docs.syntblaze.com/php/constructors-and-destructors/constructor-property-promotion.md) - [Destructor](https://docs.syntblaze.com/php/constructors-and-destructors/destructor.md) - [Break Statement](https://docs.syntblaze.com/php/control-flow/break-statement.md) - [Case Clause](https://docs.syntblaze.com/php/control-flow/case-clause.md) - [Continue Statement](https://docs.syntblaze.com/php/control-flow/continue-statement.md) - [Declare Statement](https://docs.syntblaze.com/php/control-flow/declare-statement.md) - [Default Clause](https://docs.syntblaze.com/php/control-flow/default-clause.md) - [Else Clause](https://docs.syntblaze.com/php/control-flow/else-clause.md) - [Elseif Clause](https://docs.syntblaze.com/php/control-flow/elseif-clause.md) - [Goto Statement](https://docs.syntblaze.com/php/control-flow/goto-statement.md) - [If Statement](https://docs.syntblaze.com/php/control-flow/if-statement.md) - [Match Expression](https://docs.syntblaze.com/php/control-flow/match-expression.md) - [Return Statement](https://docs.syntblaze.com/php/control-flow/return-statement.md) - [Switch Statement](https://docs.syntblaze.com/php/control-flow/switch-statement.md) - [Yield Expression](https://docs.syntblaze.com/php/control-flow/yield-expression.md) - [Yield From Expression](https://docs.syntblaze.com/php/control-flow/yield-from-expression.md) - [Catch Clause](https://docs.syntblaze.com/php/error-handling/catch-clause.md) - [Finally Clause](https://docs.syntblaze.com/php/error-handling/finally-clause.md) - [Throw Statement](https://docs.syntblaze.com/php/error-handling/throw-statement.md) - [Try Statement](https://docs.syntblaze.com/php/error-handling/try-statement.md) - [Include Once Statement](https://docs.syntblaze.com/php/file-inclusion/include-once-statement.md) - [Include Statement](https://docs.syntblaze.com/php/file-inclusion/include-statement.md) - [Require Once Statement](https://docs.syntblaze.com/php/file-inclusion/require-once-statement.md) - [Require Statement](https://docs.syntblaze.com/php/file-inclusion/require-statement.md) - [Anonymous Function](https://docs.syntblaze.com/php/functions/anonymous-function.md) - [Arrow Function](https://docs.syntblaze.com/php/functions/arrow-function.md) - [Function](https://docs.syntblaze.com/php/functions/function.md) - [Logical AND](https://docs.syntblaze.com/php/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/php/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/php/logical-operators/logical-or.md) - [Logical XOR](https://docs.syntblaze.com/php/logical-operators/logical-xor.md) - [Low-Precedence Logical AND](https://docs.syntblaze.com/php/logical-operators/low-precedence-logical-and.md) - [Low-Precedence Logical OR](https://docs.syntblaze.com/php/logical-operators/low-precedence-logical-or.md) - [Do-While Loop](https://docs.syntblaze.com/php/loops/do-while-loop.md) - [For Loop](https://docs.syntblaze.com/php/loops/for-loop.md) - [Foreach Loop](https://docs.syntblaze.com/php/loops/foreach-loop.md) - [While Loop](https://docs.syntblaze.com/php/loops/while-loop.md) - [Abstract Method](https://docs.syntblaze.com/php/methods/abstract-method.md) - [Final Method](https://docs.syntblaze.com/php/methods/final-method.md) - [Magic Method](https://docs.syntblaze.com/php/methods/magic-method.md) - [Overridden Method](https://docs.syntblaze.com/php/methods/overridden-method.md) - [Private Method](https://docs.syntblaze.com/php/methods/private-method.md) - [Protected Method](https://docs.syntblaze.com/php/methods/protected-method.md) - [Public Method](https://docs.syntblaze.com/php/methods/public-method.md) - [Static Method](https://docs.syntblaze.com/php/methods/static-method.md) - [Group Use Statement](https://docs.syntblaze.com/php/namespaces/group-use-statement.md) - [Namespace Declaration](https://docs.syntblaze.com/php/namespaces/namespace-declaration.md) - [Use Statement](https://docs.syntblaze.com/php/namespaces/use-statement.md) - [Abstract Class](https://docs.syntblaze.com/php/object-oriented-types/abstract-class.md) - [Anonymous Class](https://docs.syntblaze.com/php/object-oriented-types/anonymous-class.md) - [Backed Enum](https://docs.syntblaze.com/php/object-oriented-types/backed-enum.md) - [Class](https://docs.syntblaze.com/php/object-oriented-types/class.md) - [Enum](https://docs.syntblaze.com/php/object-oriented-types/enum.md) - [Final Class](https://docs.syntblaze.com/php/object-oriented-types/final-class.md) - [Interface](https://docs.syntblaze.com/php/object-oriented-types/interface.md) - [Readonly Class](https://docs.syntblaze.com/php/object-oriented-types/readonly-class.md) - [Named Parameter](https://docs.syntblaze.com/php/parameters/named-parameter.md) - [Nullable Parameter](https://docs.syntblaze.com/php/parameters/nullable-parameter.md) - [Optional Parameter](https://docs.syntblaze.com/php/parameters/optional-parameter.md) - [Passing by Reference](https://docs.syntblaze.com/php/parameters/passing-by-reference.md) - [Positional Parameter](https://docs.syntblaze.com/php/parameters/positional-parameter.md) - [Typed Parameter](https://docs.syntblaze.com/php/parameters/typed-parameter.md) - [Variadic Parameter](https://docs.syntblaze.com/php/parameters/variadic-parameter.md) - [Nullable Property](https://docs.syntblaze.com/php/properties/nullable-property.md) - [Private Property](https://docs.syntblaze.com/php/properties/private-property.md) - [Protected Property](https://docs.syntblaze.com/php/properties/protected-property.md) - [Public Property](https://docs.syntblaze.com/php/properties/public-property.md) - [Readonly Property](https://docs.syntblaze.com/php/properties/readonly-property.md) - [Static Property](https://docs.syntblaze.com/php/properties/static-property.md) - [Typed Property](https://docs.syntblaze.com/php/properties/typed-property.md) - [Post-Decrement](https://docs.syntblaze.com/php/sign-and-increment-operators/post-decrement.md) - [Post-Increment](https://docs.syntblaze.com/php/sign-and-increment-operators/post-increment.md) - [Pre-Decrement](https://docs.syntblaze.com/php/sign-and-increment-operators/pre-decrement.md) - [Pre-Increment](https://docs.syntblaze.com/php/sign-and-increment-operators/pre-increment.md) - [Unary Minus](https://docs.syntblaze.com/php/sign-and-increment-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/php/sign-and-increment-operators/unary-plus.md) - [Error Control](https://docs.syntblaze.com/php/special-unary-operators/error-control.md) - [Execution Operator](https://docs.syntblaze.com/php/special-unary-operators/execution-operator.md) - [String Concatenation](https://docs.syntblaze.com/php/string-operators/string-concatenation.md) - [String Concatenation Assignment](https://docs.syntblaze.com/php/string-operators/string-concatenation-assignment.md) - [Trait](https://docs.syntblaze.com/php/traits/trait.md) - [Trait Conflict Resolution](https://docs.syntblaze.com/php/traits/trait-conflict-resolution.md) - [Trait Use](https://docs.syntblaze.com/php/traits/trait-use.md) - [Instanceof](https://docs.syntblaze.com/php/type-operators/instanceof.md) - [Type Cast](https://docs.syntblaze.com/php/type-operators/type-cast.md) - [Global Variable](https://docs.syntblaze.com/php/variables/global-variable.md) - [Static Variable](https://docs.syntblaze.com/php/variables/static-variable.md) - [Variable](https://docs.syntblaze.com/php/variables/variable.md) - [Variable Variable](https://docs.syntblaze.com/php/variables/variable-variable.md) - [Attribute Reference](https://docs.syntblaze.com/python/access-operators/attribute-reference.md) - [Call](https://docs.syntblaze.com/python/access-operators/call.md) - [Slicing](https://docs.syntblaze.com/python/access-operators/slicing.md) - [Subscription](https://docs.syntblaze.com/python/access-operators/subscription.md) - [Function Annotation](https://docs.syntblaze.com/python/annotation-syntax/function-annotation.md) - [Return Annotation](https://docs.syntblaze.com/python/annotation-syntax/return-annotation.md) - [Variable Annotation](https://docs.syntblaze.com/python/annotation-syntax/variable-annotation.md) - [Addition](https://docs.syntblaze.com/python/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/python/arithmetic-operators/division.md) - [Exponentiation](https://docs.syntblaze.com/python/arithmetic-operators/exponentiation.md) - [Floor Division](https://docs.syntblaze.com/python/arithmetic-operators/floor-division.md) - [Matrix Multiplication](https://docs.syntblaze.com/python/arithmetic-operators/matrix-multiplication.md) - [Modulo](https://docs.syntblaze.com/python/arithmetic-operators/modulo.md) - [Multiplication](https://docs.syntblaze.com/python/arithmetic-operators/multiplication.md) - [Subtraction](https://docs.syntblaze.com/python/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/python/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/python/assignment-operators/assignment.md) - [Assignment Expression](https://docs.syntblaze.com/python/assignment-operators/assignment-expression.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/python/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/python/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/python/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/python/assignment-operators/division-assignment.md) - [Exponentiation Assignment](https://docs.syntblaze.com/python/assignment-operators/exponentiation-assignment.md) - [Floor Division Assignment](https://docs.syntblaze.com/python/assignment-operators/floor-division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/python/assignment-operators/left-shift-assignment.md) - [Matrix Multiplication Assignment](https://docs.syntblaze.com/python/assignment-operators/matrix-multiplication-assignment.md) - [Modulo Assignment](https://docs.syntblaze.com/python/assignment-operators/modulo-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/python/assignment-operators/multiplication-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/python/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/python/assignment-operators/subtraction-assignment.md) - [Class Attribute](https://docs.syntblaze.com/python/attributes/class-attribute.md) - [Instance Attribute](https://docs.syntblaze.com/python/attributes/instance-attribute.md) - [Name-Mangled Attribute](https://docs.syntblaze.com/python/attributes/name-mangled-attribute.md) - [Type-Annotated Attribute](https://docs.syntblaze.com/python/attributes/type-annotated-attribute.md) - [Bitwise AND](https://docs.syntblaze.com/python/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/python/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/python/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/python/bitwise-operators/bitwise-xor.md) - [bool](https://docs.syntblaze.com/python/built-in-types/bool.md) - [bytearray](https://docs.syntblaze.com/python/built-in-types/bytearray.md) - [bytes](https://docs.syntblaze.com/python/built-in-types/bytes.md) - [complex](https://docs.syntblaze.com/python/built-in-types/complex.md) - [dict](https://docs.syntblaze.com/python/built-in-types/dict.md) - [float](https://docs.syntblaze.com/python/built-in-types/float.md) - [frozenset](https://docs.syntblaze.com/python/built-in-types/frozenset.md) - [int](https://docs.syntblaze.com/python/built-in-types/int.md) - [list](https://docs.syntblaze.com/python/built-in-types/list.md) - [memoryview](https://docs.syntblaze.com/python/built-in-types/memoryview.md) - [NoneType](https://docs.syntblaze.com/python/built-in-types/nonetype.md) - [object](https://docs.syntblaze.com/python/built-in-types/object.md) - [range](https://docs.syntblaze.com/python/built-in-types/range.md) - [set](https://docs.syntblaze.com/python/built-in-types/set.md) - [slice](https://docs.syntblaze.com/python/built-in-types/slice.md) - [str](https://docs.syntblaze.com/python/built-in-types/str.md) - [tuple](https://docs.syntblaze.com/python/built-in-types/tuple.md) - [type](https://docs.syntblaze.com/python/built-in-types/type.md) - [Abstract Class](https://docs.syntblaze.com/python/classes/abstract-class.md) - [Class](https://docs.syntblaze.com/python/classes/class.md) - [Data Class](https://docs.syntblaze.com/python/classes/data-class.md) - [Enum](https://docs.syntblaze.com/python/classes/enum.md) - [Metaclass](https://docs.syntblaze.com/python/classes/metaclass.md) - [Docstring](https://docs.syntblaze.com/python/comments-and-documentation/docstring.md) - [Single-line Comment](https://docs.syntblaze.com/python/comments-and-documentation/single-line-comment.md) - [Equality](https://docs.syntblaze.com/python/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/python/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/python/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/python/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/python/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/python/comparison-operators/less-than-or-equal-to.md) - [Async Comprehension](https://docs.syntblaze.com/python/comprehensions/async-comprehension.md) - [Conditional Comprehension](https://docs.syntblaze.com/python/comprehensions/conditional-comprehension.md) - [Dictionary Comprehension](https://docs.syntblaze.com/python/comprehensions/dictionary-comprehension.md) - [Generator Expression](https://docs.syntblaze.com/python/comprehensions/generator-expression.md) - [List Comprehension](https://docs.syntblaze.com/python/comprehensions/list-comprehension.md) - [Nested Comprehension](https://docs.syntblaze.com/python/comprehensions/nested-comprehension.md) - [Set Comprehension](https://docs.syntblaze.com/python/comprehensions/set-comprehension.md) - [Elif Clause](https://docs.syntblaze.com/python/conditional-statements/elif-clause.md) - [Else Clause](https://docs.syntblaze.com/python/conditional-statements/else-clause.md) - [If Statement](https://docs.syntblaze.com/python/conditional-statements/if-statement.md) - [__init__ Method](https://docs.syntblaze.com/python/constructors/__init__-method.md) - [__new__ Method](https://docs.syntblaze.com/python/constructors/__new__-method.md) - [Async Context Manager](https://docs.syntblaze.com/python/context-managers/async-context-manager.md) - [Async With Statement](https://docs.syntblaze.com/python/context-managers/async-with-statement.md) - [Context Manager Protocol](https://docs.syntblaze.com/python/context-managers/context-manager-protocol.md) - [Multiple Context Managers](https://docs.syntblaze.com/python/context-managers/multiple-context-managers.md) - [With Statement](https://docs.syntblaze.com/python/context-managers/with-statement.md) - [Break Statement](https://docs.syntblaze.com/python/control-flow-statements/break-statement.md) - [Continue Statement](https://docs.syntblaze.com/python/control-flow-statements/continue-statement.md) - [Del Statement](https://docs.syntblaze.com/python/control-flow-statements/del-statement.md) - [Pass Statement](https://docs.syntblaze.com/python/control-flow-statements/pass-statement.md) - [Return Statement](https://docs.syntblaze.com/python/control-flow-statements/return-statement.md) - [Yield From Statement](https://docs.syntblaze.com/python/control-flow-statements/yield-from-statement.md) - [Yield Statement](https://docs.syntblaze.com/python/control-flow-statements/yield-statement.md) - [Class Decorator](https://docs.syntblaze.com/python/decorators/class-decorator.md) - [Class Method Decorator](https://docs.syntblaze.com/python/decorators/class-method-decorator.md) - [Function Decorator](https://docs.syntblaze.com/python/decorators/function-decorator.md) - [Override Decorator](https://docs.syntblaze.com/python/decorators/override-decorator.md) - [Property Decorator](https://docs.syntblaze.com/python/decorators/property-decorator.md) - [Stacked Decorator](https://docs.syntblaze.com/python/decorators/stacked-decorator.md) - [Static Method Decorator](https://docs.syntblaze.com/python/decorators/static-method-decorator.md) - [Assert Statement](https://docs.syntblaze.com/python/error-handling/assert-statement.md) - [Except* Clause](https://docs.syntblaze.com/python/error-handling/except*-clause.md) - [Exception Chaining](https://docs.syntblaze.com/python/error-handling/exception-chaining.md) - [Exception Group](https://docs.syntblaze.com/python/error-handling/exception-group.md) - [Raise Statement](https://docs.syntblaze.com/python/error-handling/raise-statement.md) - [Try-Else](https://docs.syntblaze.com/python/error-handling/try-else.md) - [Try-Except](https://docs.syntblaze.com/python/error-handling/try-except.md) - [Try-Finally](https://docs.syntblaze.com/python/error-handling/try-finally.md) - [Async Generator Function](https://docs.syntblaze.com/python/functions/async-generator-function.md) - [Closure](https://docs.syntblaze.com/python/functions/closure.md) - [Coroutine Function](https://docs.syntblaze.com/python/functions/coroutine-function.md) - [Function](https://docs.syntblaze.com/python/functions/function.md) - [Generator Function](https://docs.syntblaze.com/python/functions/generator-function.md) - [Lambda Expression](https://docs.syntblaze.com/python/functions/lambda-expression.md) - [Nested Function](https://docs.syntblaze.com/python/functions/nested-function.md) - [Bound TypeVar](https://docs.syntblaze.com/python/generics/bound-typevar.md) - [Concatenate](https://docs.syntblaze.com/python/generics/concatenate.md) - [Generic Class](https://docs.syntblaze.com/python/generics/generic-class.md) - [Generic Function](https://docs.syntblaze.com/python/generics/generic-function.md) - [ParamSpec](https://docs.syntblaze.com/python/generics/paramspec.md) - [Type Parameter](https://docs.syntblaze.com/python/generics/type-parameter.md) - [TypeVar](https://docs.syntblaze.com/python/generics/typevar.md) - [TypeVarTuple](https://docs.syntblaze.com/python/generics/typevartuple.md) - [Unpack](https://docs.syntblaze.com/python/generics/unpack.md) - [Is](https://docs.syntblaze.com/python/identity-operators/is.md) - [Is Not](https://docs.syntblaze.com/python/identity-operators/is-not.md) - [Aliased Import](https://docs.syntblaze.com/python/imports/aliased-import.md) - [From Import](https://docs.syntblaze.com/python/imports/from-import.md) - [Future Statement](https://docs.syntblaze.com/python/imports/future-statement.md) - [Module Import](https://docs.syntblaze.com/python/imports/module-import.md) - [Package Import](https://docs.syntblaze.com/python/imports/package-import.md) - [Relative Import](https://docs.syntblaze.com/python/imports/relative-import.md) - [Star Import](https://docs.syntblaze.com/python/imports/star-import.md) - [Logical AND](https://docs.syntblaze.com/python/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/python/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/python/logical-operators/logical-or.md) - [Async For Loop](https://docs.syntblaze.com/python/loops/async-for-loop.md) - [For Loop](https://docs.syntblaze.com/python/loops/for-loop.md) - [Loop Else Clause](https://docs.syntblaze.com/python/loops/loop-else-clause.md) - [While Loop](https://docs.syntblaze.com/python/loops/while-loop.md) - [In](https://docs.syntblaze.com/python/membership-operators/in.md) - [Not In](https://docs.syntblaze.com/python/membership-operators/not-in.md) - [Abstract Method](https://docs.syntblaze.com/python/methods/abstract-method.md) - [Class Method](https://docs.syntblaze.com/python/methods/class-method.md) - [Coroutine Method](https://docs.syntblaze.com/python/methods/coroutine-method.md) - [Instance Method](https://docs.syntblaze.com/python/methods/instance-method.md) - [Overridden Method](https://docs.syntblaze.com/python/methods/overridden-method.md) - [Special Method](https://docs.syntblaze.com/python/methods/special-method.md) - [Static Method](https://docs.syntblaze.com/python/methods/static-method.md) - [Default Parameter](https://docs.syntblaze.com/python/parameters/default-parameter.md) - [Keyword-Only Parameter](https://docs.syntblaze.com/python/parameters/keyword-only-parameter.md) - [Keyword Parameter](https://docs.syntblaze.com/python/parameters/keyword-parameter.md) - [Positional-Only Parameter](https://docs.syntblaze.com/python/parameters/positional-only-parameter.md) - [Positional Parameter](https://docs.syntblaze.com/python/parameters/positional-parameter.md) - [Variadic Keyword Parameter](https://docs.syntblaze.com/python/parameters/variadic-keyword-parameter.md) - [Variadic Positional Parameter](https://docs.syntblaze.com/python/parameters/variadic-positional-parameter.md) - [As Pattern](https://docs.syntblaze.com/python/pattern-matching/as-pattern.md) - [Capture Pattern](https://docs.syntblaze.com/python/pattern-matching/capture-pattern.md) - [Class Pattern](https://docs.syntblaze.com/python/pattern-matching/class-pattern.md) - [Group Pattern](https://docs.syntblaze.com/python/pattern-matching/group-pattern.md) - [Guard](https://docs.syntblaze.com/python/pattern-matching/guard.md) - [Literal Pattern](https://docs.syntblaze.com/python/pattern-matching/literal-pattern.md) - [Mapping Pattern](https://docs.syntblaze.com/python/pattern-matching/mapping-pattern.md) - [Match Statement](https://docs.syntblaze.com/python/pattern-matching/match-statement.md) - [Or Pattern](https://docs.syntblaze.com/python/pattern-matching/or-pattern.md) - [Sequence Pattern](https://docs.syntblaze.com/python/pattern-matching/sequence-pattern.md) - [Star Pattern](https://docs.syntblaze.com/python/pattern-matching/star-pattern.md) - [Value Pattern](https://docs.syntblaze.com/python/pattern-matching/value-pattern.md) - [Wildcard Pattern](https://docs.syntblaze.com/python/pattern-matching/wildcard-pattern.md) - [Property Deleter](https://docs.syntblaze.com/python/properties/property-deleter.md) - [Property Getter](https://docs.syntblaze.com/python/properties/property-getter.md) - [Property Setter](https://docs.syntblaze.com/python/properties/property-setter.md) - [Left Shift](https://docs.syntblaze.com/python/shift-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/python/shift-operators/right-shift.md) - [Type Alias](https://docs.syntblaze.com/python/type-aliases/type-alias.md) - [type Statement](https://docs.syntblaze.com/python/type-aliases/type-statement.md) - [NamedTuple](https://docs.syntblaze.com/python/type-declarations/namedtuple.md) - [NewType](https://docs.syntblaze.com/python/type-declarations/newtype.md) - [Protocol](https://docs.syntblaze.com/python/type-declarations/protocol.md) - [TypedDict](https://docs.syntblaze.com/python/type-declarations/typeddict.md) - [Any](https://docs.syntblaze.com/python/type-expressions/any.md) - [Callable](https://docs.syntblaze.com/python/type-expressions/callable.md) - [Literal](https://docs.syntblaze.com/python/type-expressions/literal.md) - [Never](https://docs.syntblaze.com/python/type-expressions/never.md) - [NoReturn](https://docs.syntblaze.com/python/type-expressions/noreturn.md) - [Optional](https://docs.syntblaze.com/python/type-expressions/optional.md) - [Self](https://docs.syntblaze.com/python/type-expressions/self.md) - [Union](https://docs.syntblaze.com/python/type-expressions/union.md) - [TypeGuard](https://docs.syntblaze.com/python/type-narrowing/typeguard.md) - [TypeIs](https://docs.syntblaze.com/python/type-narrowing/typeis.md) - [Annotated](https://docs.syntblaze.com/python/type-qualifiers/annotated.md) - [ClassVar](https://docs.syntblaze.com/python/type-qualifiers/classvar.md) - [Final](https://docs.syntblaze.com/python/type-qualifiers/final.md) - [Unary Minus](https://docs.syntblaze.com/python/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/python/unary-operators/unary-plus.md) - [Global Variable](https://docs.syntblaze.com/python/variables/global-variable.md) - [Nonlocal Variable](https://docs.syntblaze.com/python/variables/nonlocal-variable.md) - [Type-Annotated Variable](https://docs.syntblaze.com/python/variables/type-annotated-variable.md) - [Variable](https://docs.syntblaze.com/python/variables/variable.md) - [Field Access](https://docs.syntblaze.com/rust/access-and-path-operators/field-access.md) - [Index Access](https://docs.syntblaze.com/rust/access-and-path-operators/index-access.md) - [Path Separator](https://docs.syntblaze.com/rust/access-and-path-operators/path-separator.md) - [Addition](https://docs.syntblaze.com/rust/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/rust/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/rust/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/rust/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/rust/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/rust/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/rust/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/rust/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/rust/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/rust/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/rust/assignment-operators/division-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/rust/assignment-operators/left-shift-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/rust/assignment-operators/multiplication-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/rust/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/rust/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/rust/assignment-operators/subtraction-assignment.md) - [Allow Attribute](https://docs.syntblaze.com/rust/attributes/allow-attribute.md) - [Cfg Attribute](https://docs.syntblaze.com/rust/attributes/cfg-attribute.md) - [Deny Attribute](https://docs.syntblaze.com/rust/attributes/deny-attribute.md) - [Derive Attribute](https://docs.syntblaze.com/rust/attributes/derive-attribute.md) - [Forbid Attribute](https://docs.syntblaze.com/rust/attributes/forbid-attribute.md) - [Inner Attribute](https://docs.syntblaze.com/rust/attributes/inner-attribute.md) - [Outer Attribute](https://docs.syntblaze.com/rust/attributes/outer-attribute.md) - [Warn Attribute](https://docs.syntblaze.com/rust/attributes/warn-attribute.md) - [Bitwise AND](https://docs.syntblaze.com/rust/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/rust/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/rust/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/rust/bitwise-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/rust/bitwise-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/rust/bitwise-operators/right-shift.md) - [Async Closure](https://docs.syntblaze.com/rust/closures/async-closure.md) - [Closure](https://docs.syntblaze.com/rust/closures/closure.md) - [Fn Closure](https://docs.syntblaze.com/rust/closures/fn-closure.md) - [FnMut Closure](https://docs.syntblaze.com/rust/closures/fnmut-closure.md) - [FnOnce Closure](https://docs.syntblaze.com/rust/closures/fnonce-closure.md) - [Move Closure](https://docs.syntblaze.com/rust/closures/move-closure.md) - [HashMap](https://docs.syntblaze.com/rust/collection-types/hashmap.md) - [HashSet](https://docs.syntblaze.com/rust/collection-types/hashset.md) - [Vec](https://docs.syntblaze.com/rust/collection-types/vec.md) - [Block Comment](https://docs.syntblaze.com/rust/comments/block-comment.md) - [Inner Documentation Comment](https://docs.syntblaze.com/rust/comments/inner-documentation-comment.md) - [Line Comment](https://docs.syntblaze.com/rust/comments/line-comment.md) - [Outer Documentation Comment](https://docs.syntblaze.com/rust/comments/outer-documentation-comment.md) - [Equality](https://docs.syntblaze.com/rust/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/rust/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/rust/comparison-operators/greater-than-or-equal-to.md) - [Inequality](https://docs.syntblaze.com/rust/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/rust/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/rust/comparison-operators/less-than-or-equal-to.md) - [Array](https://docs.syntblaze.com/rust/compound-types/array.md) - [Function Pointer](https://docs.syntblaze.com/rust/compound-types/function-pointer.md) - [Never Type](https://docs.syntblaze.com/rust/compound-types/never-type.md) - [Raw Pointer](https://docs.syntblaze.com/rust/compound-types/raw-pointer.md) - [Reference Type](https://docs.syntblaze.com/rust/compound-types/reference-type.md) - [Slice](https://docs.syntblaze.com/rust/compound-types/slice.md) - [Tuple](https://docs.syntblaze.com/rust/compound-types/tuple.md) - [Unit Type](https://docs.syntblaze.com/rust/compound-types/unit-type.md) - [Break](https://docs.syntblaze.com/rust/control-flow/break.md) - [Break with Value](https://docs.syntblaze.com/rust/control-flow/break-with-value.md) - [Continue](https://docs.syntblaze.com/rust/control-flow/continue.md) - [Else](https://docs.syntblaze.com/rust/control-flow/else.md) - [Else If](https://docs.syntblaze.com/rust/control-flow/else-if.md) - [If](https://docs.syntblaze.com/rust/control-flow/if.md) - [If Let](https://docs.syntblaze.com/rust/control-flow/if-let.md) - [Let Else](https://docs.syntblaze.com/rust/control-flow/let-else.md) - [Enum](https://docs.syntblaze.com/rust/enums/enum.md) - [Enum Variant](https://docs.syntblaze.com/rust/enums/enum-variant.md) - [Struct Variant](https://docs.syntblaze.com/rust/enums/struct-variant.md) - [Tuple Variant](https://docs.syntblaze.com/rust/enums/tuple-variant.md) - [Unit Variant](https://docs.syntblaze.com/rust/enums/unit-variant.md) - [Option Type](https://docs.syntblaze.com/rust/error-handling/option-type.md) - [Panic](https://docs.syntblaze.com/rust/error-handling/panic.md) - [Result Type](https://docs.syntblaze.com/rust/error-handling/result-type.md) - [Associated Function](https://docs.syntblaze.com/rust/functions/associated-function.md) - [Async Function](https://docs.syntblaze.com/rust/functions/async-function.md) - [Const Function](https://docs.syntblaze.com/rust/functions/const-function.md) - [Extern Function](https://docs.syntblaze.com/rust/functions/extern-function.md) - [Function](https://docs.syntblaze.com/rust/functions/function.md) - [Method](https://docs.syntblaze.com/rust/functions/method.md) - [Unsafe Function](https://docs.syntblaze.com/rust/functions/unsafe-function.md) - [Const Generic](https://docs.syntblaze.com/rust/generics/const-generic.md) - [Generic Enum](https://docs.syntblaze.com/rust/generics/generic-enum.md) - [Generic Function](https://docs.syntblaze.com/rust/generics/generic-function.md) - [Generic Struct](https://docs.syntblaze.com/rust/generics/generic-struct.md) - [Trait Bound](https://docs.syntblaze.com/rust/generics/trait-bound.md) - [Where Clause](https://docs.syntblaze.com/rust/generics/where-clause.md) - [Anonymous Lifetime](https://docs.syntblaze.com/rust/lifetimes/anonymous-lifetime.md) - [Generic Lifetime Parameter](https://docs.syntblaze.com/rust/lifetimes/generic-lifetime-parameter.md) - [Lifetime Annotation](https://docs.syntblaze.com/rust/lifetimes/lifetime-annotation.md) - [Lifetime Elision](https://docs.syntblaze.com/rust/lifetimes/lifetime-elision.md) - [Static Lifetime](https://docs.syntblaze.com/rust/lifetimes/static-lifetime.md) - [Logical AND](https://docs.syntblaze.com/rust/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/rust/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/rust/logical-operators/logical-or.md) - [For Loop](https://docs.syntblaze.com/rust/loops/for-loop.md) - [Labeled Loop](https://docs.syntblaze.com/rust/loops/labeled-loop.md) - [Loop](https://docs.syntblaze.com/rust/loops/loop.md) - [While Let](https://docs.syntblaze.com/rust/loops/while-let.md) - [While Loop](https://docs.syntblaze.com/rust/loops/while-loop.md) - [Attribute Macro](https://docs.syntblaze.com/rust/macros/attribute-macro.md) - [Declarative Macro](https://docs.syntblaze.com/rust/macros/declarative-macro.md) - [Derive Macro](https://docs.syntblaze.com/rust/macros/derive-macro.md) - [Function-like Macro](https://docs.syntblaze.com/rust/macros/function-like-macro.md) - [Crate Root](https://docs.syntblaze.com/rust/modules/crate-root.md) - [Extern Crate Declaration](https://docs.syntblaze.com/rust/modules/extern-crate-declaration.md) - [Glob Import](https://docs.syntblaze.com/rust/modules/glob-import.md) - [Module](https://docs.syntblaze.com/rust/modules/module.md) - [Nested Module](https://docs.syntblaze.com/rust/modules/nested-module.md) - [Path](https://docs.syntblaze.com/rust/modules/path.md) - [Public Visibility](https://docs.syntblaze.com/rust/modules/public-visibility.md) - [Re-export](https://docs.syntblaze.com/rust/modules/re-export.md) - [Use Alias](https://docs.syntblaze.com/rust/modules/use-alias.md) - [Use Declaration](https://docs.syntblaze.com/rust/modules/use-declaration.md) - [f32](https://docs.syntblaze.com/rust/numeric-types/f32.md) - [f64](https://docs.syntblaze.com/rust/numeric-types/f64.md) - [i128](https://docs.syntblaze.com/rust/numeric-types/i128.md) - [i16](https://docs.syntblaze.com/rust/numeric-types/i16.md) - [i32](https://docs.syntblaze.com/rust/numeric-types/i32.md) - [i64](https://docs.syntblaze.com/rust/numeric-types/i64.md) - [i8](https://docs.syntblaze.com/rust/numeric-types/i8.md) - [isize](https://docs.syntblaze.com/rust/numeric-types/isize.md) - [u128](https://docs.syntblaze.com/rust/numeric-types/u128.md) - [u16](https://docs.syntblaze.com/rust/numeric-types/u16.md) - [u32](https://docs.syntblaze.com/rust/numeric-types/u32.md) - [u64](https://docs.syntblaze.com/rust/numeric-types/u64.md) - [u8](https://docs.syntblaze.com/rust/numeric-types/u8.md) - [usize](https://docs.syntblaze.com/rust/numeric-types/usize.md) - [Grouped Pattern](https://docs.syntblaze.com/rust/pattern-matching/grouped-pattern.md) - [Identifier Pattern](https://docs.syntblaze.com/rust/pattern-matching/identifier-pattern.md) - [Literal Pattern](https://docs.syntblaze.com/rust/pattern-matching/literal-pattern.md) - [Match](https://docs.syntblaze.com/rust/pattern-matching/match.md) - [Match Guard](https://docs.syntblaze.com/rust/pattern-matching/match-guard.md) - [Or Pattern](https://docs.syntblaze.com/rust/pattern-matching/or-pattern.md) - [Path Pattern](https://docs.syntblaze.com/rust/pattern-matching/path-pattern.md) - [Range Pattern](https://docs.syntblaze.com/rust/pattern-matching/range-pattern.md) - [Reference Pattern](https://docs.syntblaze.com/rust/pattern-matching/reference-pattern.md) - [Rest Pattern](https://docs.syntblaze.com/rust/pattern-matching/rest-pattern.md) - [Slice Pattern](https://docs.syntblaze.com/rust/pattern-matching/slice-pattern.md) - [Struct Pattern](https://docs.syntblaze.com/rust/pattern-matching/struct-pattern.md) - [Tuple Pattern](https://docs.syntblaze.com/rust/pattern-matching/tuple-pattern.md) - [Tuple Struct Pattern](https://docs.syntblaze.com/rust/pattern-matching/tuple-struct-pattern.md) - [Wildcard Pattern](https://docs.syntblaze.com/rust/pattern-matching/wildcard-pattern.md) - [Inclusive Range](https://docs.syntblaze.com/rust/range-operators/inclusive-range.md) - [Range](https://docs.syntblaze.com/rust/range-operators/range.md) - [Dereference](https://docs.syntblaze.com/rust/reference-operators/dereference.md) - [Mutable Reference](https://docs.syntblaze.com/rust/reference-operators/mutable-reference.md) - [Reference](https://docs.syntblaze.com/rust/reference-operators/reference.md) - [Inherent Implementation](https://docs.syntblaze.com/rust/structs/inherent-implementation.md) - [Struct](https://docs.syntblaze.com/rust/structs/struct.md) - [Struct Update Syntax](https://docs.syntblaze.com/rust/structs/struct-update-syntax.md) - [Tuple Struct](https://docs.syntblaze.com/rust/structs/tuple-struct.md) - [Union](https://docs.syntblaze.com/rust/structs/union.md) - [Unit Struct](https://docs.syntblaze.com/rust/structs/unit-struct.md) - [bool](https://docs.syntblaze.com/rust/text-and-boolean-types/bool.md) - [char](https://docs.syntblaze.com/rust/text-and-boolean-types/char.md) - [str](https://docs.syntblaze.com/rust/text-and-boolean-types/str.md) - [String](https://docs.syntblaze.com/rust/text-and-boolean-types/string.md) - [Associated Constant](https://docs.syntblaze.com/rust/traits/associated-constant.md) - [Associated Type](https://docs.syntblaze.com/rust/traits/associated-type.md) - [Auto Trait](https://docs.syntblaze.com/rust/traits/auto-trait.md) - [Blanket Implementation](https://docs.syntblaze.com/rust/traits/blanket-implementation.md) - [Default Implementation](https://docs.syntblaze.com/rust/traits/default-implementation.md) - [Marker Trait](https://docs.syntblaze.com/rust/traits/marker-trait.md) - [Supertrait](https://docs.syntblaze.com/rust/traits/supertrait.md) - [Trait](https://docs.syntblaze.com/rust/traits/trait.md) - [Trait Implementation](https://docs.syntblaze.com/rust/traits/trait-implementation.md) - [Trait Object](https://docs.syntblaze.com/rust/traits/trait-object.md) - [Unsafe Trait](https://docs.syntblaze.com/rust/traits/unsafe-trait.md) - [Type Cast](https://docs.syntblaze.com/rust/type-cast-operators/type-cast.md) - [Negation](https://docs.syntblaze.com/rust/unary-operators/negation.md) - [Question Mark Operator](https://docs.syntblaze.com/rust/unary-operators/question-mark-operator.md) - [Constant Item](https://docs.syntblaze.com/rust/variables/constant-item.md) - [Mutable Variable](https://docs.syntblaze.com/rust/variables/mutable-variable.md) - [Shadowing](https://docs.syntblaze.com/rust/variables/shadowing.md) - [Static Item](https://docs.syntblaze.com/rust/variables/static-item.md) - [Type Inference](https://docs.syntblaze.com/rust/variables/type-inference.md) - [Variable](https://docs.syntblaze.com/rust/variables/variable.md) - [Addition](https://docs.syntblaze.com/swift/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/swift/arithmetic-operators/division.md) - [Multiplication](https://docs.syntblaze.com/swift/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/swift/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/swift/arithmetic-operators/subtraction.md) - [Unary Minus](https://docs.syntblaze.com/swift/arithmetic-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/swift/arithmetic-operators/unary-plus.md) - [Addition Assignment](https://docs.syntblaze.com/swift/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/swift/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/swift/assignment-operators/bitwise-and-assignment.md) - [Bitwise Left Shift Assignment](https://docs.syntblaze.com/swift/assignment-operators/bitwise-left-shift-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/swift/assignment-operators/bitwise-or-assignment.md) - [Bitwise Right Shift Assignment](https://docs.syntblaze.com/swift/assignment-operators/bitwise-right-shift-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/swift/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/swift/assignment-operators/division-assignment.md) - [Masking Left Shift Assignment](https://docs.syntblaze.com/swift/assignment-operators/masking-left-shift-assignment.md) - [Masking Right Shift Assignment](https://docs.syntblaze.com/swift/assignment-operators/masking-right-shift-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/swift/assignment-operators/multiplication-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/swift/assignment-operators/remainder-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/swift/assignment-operators/subtraction-assignment.md) - [Autoclosure Attribute](https://docs.syntblaze.com/swift/attributes/autoclosure-attribute.md) - [Available Attribute](https://docs.syntblaze.com/swift/attributes/available-attribute.md) - [Discardable Result Attribute](https://docs.syntblaze.com/swift/attributes/discardable-result-attribute.md) - [Dynamic Member Lookup Attribute](https://docs.syntblaze.com/swift/attributes/dynamic-member-lookup-attribute.md) - [Escaping Attribute](https://docs.syntblaze.com/swift/attributes/escaping-attribute.md) - [Frozen Attribute](https://docs.syntblaze.com/swift/attributes/frozen-attribute.md) - [Main Actor Attribute](https://docs.syntblaze.com/swift/attributes/main-actor-attribute.md) - [ObjC Attribute](https://docs.syntblaze.com/swift/attributes/objc-attribute.md) - [ObjC Members Attribute](https://docs.syntblaze.com/swift/attributes/objc-members-attribute.md) - [Property Wrapper Attribute](https://docs.syntblaze.com/swift/attributes/property-wrapper-attribute.md) - [Result Builder Attribute](https://docs.syntblaze.com/swift/attributes/result-builder-attribute.md) - [Any](https://docs.syntblaze.com/swift/basic-types/any.md) - [AnyObject](https://docs.syntblaze.com/swift/basic-types/anyobject.md) - [Bool](https://docs.syntblaze.com/swift/basic-types/bool.md) - [Character](https://docs.syntblaze.com/swift/basic-types/character.md) - [Optional](https://docs.syntblaze.com/swift/basic-types/optional.md) - [String](https://docs.syntblaze.com/swift/basic-types/string.md) - [Tuple](https://docs.syntblaze.com/swift/basic-types/tuple.md) - [Void](https://docs.syntblaze.com/swift/basic-types/void.md) - [Bitwise AND](https://docs.syntblaze.com/swift/bitwise-operators/bitwise-and.md) - [Bitwise Left Shift](https://docs.syntblaze.com/swift/bitwise-operators/bitwise-left-shift.md) - [Bitwise NOT](https://docs.syntblaze.com/swift/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/swift/bitwise-operators/bitwise-or.md) - [Bitwise Right Shift](https://docs.syntblaze.com/swift/bitwise-operators/bitwise-right-shift.md) - [Bitwise XOR](https://docs.syntblaze.com/swift/bitwise-operators/bitwise-xor.md) - [Masking Left Shift](https://docs.syntblaze.com/swift/bitwise-operators/masking-left-shift.md) - [Masking Right Shift](https://docs.syntblaze.com/swift/bitwise-operators/masking-right-shift.md) - [Autoclosure](https://docs.syntblaze.com/swift/closures/autoclosure.md) - [Capture List](https://docs.syntblaze.com/swift/closures/capture-list.md) - [Closure Expression](https://docs.syntblaze.com/swift/closures/closure-expression.md) - [Escaping Closure](https://docs.syntblaze.com/swift/closures/escaping-closure.md) - [Trailing Closure](https://docs.syntblaze.com/swift/closures/trailing-closure.md) - [Array](https://docs.syntblaze.com/swift/collection-types/array.md) - [Dictionary](https://docs.syntblaze.com/swift/collection-types/dictionary.md) - [Set](https://docs.syntblaze.com/swift/collection-types/set.md) - [Documentation Comment](https://docs.syntblaze.com/swift/comments/documentation-comment.md) - [Multi-line Comment](https://docs.syntblaze.com/swift/comments/multi-line-comment.md) - [Single-line Comment](https://docs.syntblaze.com/swift/comments/single-line-comment.md) - [Equality](https://docs.syntblaze.com/swift/comparison-operators/equality.md) - [Greater Than](https://docs.syntblaze.com/swift/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/swift/comparison-operators/greater-than-or-equal-to.md) - [Identical To](https://docs.syntblaze.com/swift/comparison-operators/identical-to.md) - [Inequality](https://docs.syntblaze.com/swift/comparison-operators/inequality.md) - [Less Than](https://docs.syntblaze.com/swift/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/swift/comparison-operators/less-than-or-equal-to.md) - [Not Identical To](https://docs.syntblaze.com/swift/comparison-operators/not-identical-to.md) - [Pattern Match](https://docs.syntblaze.com/swift/comparison-operators/pattern-match.md) - [Nil-Coalescing](https://docs.syntblaze.com/swift/conditional-operators/nil-coalescing.md) - [Ternary Conditional](https://docs.syntblaze.com/swift/conditional-operators/ternary-conditional.md) - [Else Clause](https://docs.syntblaze.com/swift/conditionals/else-clause.md) - [Else If Clause](https://docs.syntblaze.com/swift/conditionals/else-if-clause.md) - [Guard](https://docs.syntblaze.com/swift/conditionals/guard.md) - [If Expression](https://docs.syntblaze.com/swift/conditionals/if-expression.md) - [If Statement](https://docs.syntblaze.com/swift/conditionals/if-statement.md) - [Switch Expression](https://docs.syntblaze.com/swift/conditionals/switch-expression.md) - [Switch Statement](https://docs.syntblaze.com/swift/conditionals/switch-statement.md) - [Async Let](https://docs.syntblaze.com/swift/constants-and-variables/async-let.md) - [Constant](https://docs.syntblaze.com/swift/constants-and-variables/constant.md) - [Implicitly Unwrapped Optional](https://docs.syntblaze.com/swift/constants-and-variables/implicitly-unwrapped-optional.md) - [Typed Variable](https://docs.syntblaze.com/swift/constants-and-variables/typed-variable.md) - [Variable](https://docs.syntblaze.com/swift/constants-and-variables/variable.md) - [Defer Statement](https://docs.syntblaze.com/swift/error-handling/defer-statement.md) - [Do-Catch](https://docs.syntblaze.com/swift/error-handling/do-catch.md) - [Throw Statement](https://docs.syntblaze.com/swift/error-handling/throw-statement.md) - [Try! Expression](https://docs.syntblaze.com/swift/error-handling/try!-expression.md) - [Try Expression](https://docs.syntblaze.com/swift/error-handling/try-expression.md) - [Try? Expression](https://docs.syntblaze.com/swift/error-handling/try?-expression.md) - [Conditional Extension](https://docs.syntblaze.com/swift/extensions/conditional-extension.md) - [Extension](https://docs.syntblaze.com/swift/extensions/extension.md) - [Protocol Extension](https://docs.syntblaze.com/swift/extensions/protocol-extension.md) - [Associated Type](https://docs.syntblaze.com/swift/generics/associated-type.md) - [Existential Type](https://docs.syntblaze.com/swift/generics/existential-type.md) - [Generic Constraint](https://docs.syntblaze.com/swift/generics/generic-constraint.md) - [Generic Function](https://docs.syntblaze.com/swift/generics/generic-function.md) - [Generic Type](https://docs.syntblaze.com/swift/generics/generic-type.md) - [Generic Where Clause](https://docs.syntblaze.com/swift/generics/generic-where-clause.md) - [Opaque Type](https://docs.syntblaze.com/swift/generics/opaque-type.md) - [Declaration Import](https://docs.syntblaze.com/swift/imports/declaration-import.md) - [Module Import](https://docs.syntblaze.com/swift/imports/module-import.md) - [Async Initializer](https://docs.syntblaze.com/swift/initializers/async-initializer.md) - [Convenience Initializer](https://docs.syntblaze.com/swift/initializers/convenience-initializer.md) - [Default Initializer](https://docs.syntblaze.com/swift/initializers/default-initializer.md) - [Designated Initializer](https://docs.syntblaze.com/swift/initializers/designated-initializer.md) - [Failable Initializer](https://docs.syntblaze.com/swift/initializers/failable-initializer.md) - [Memberwise Initializer](https://docs.syntblaze.com/swift/initializers/memberwise-initializer.md) - [Required Initializer](https://docs.syntblaze.com/swift/initializers/required-initializer.md) - [Throwing Initializer](https://docs.syntblaze.com/swift/initializers/throwing-initializer.md) - [Logical AND](https://docs.syntblaze.com/swift/logical-operators/logical-and.md) - [Logical NOT](https://docs.syntblaze.com/swift/logical-operators/logical-not.md) - [Logical OR](https://docs.syntblaze.com/swift/logical-operators/logical-or.md) - [For-In Loop](https://docs.syntblaze.com/swift/loops/for-in-loop.md) - [Repeat-While Loop](https://docs.syntblaze.com/swift/loops/repeat-while-loop.md) - [While Loop](https://docs.syntblaze.com/swift/loops/while-loop.md) - [Async Method](https://docs.syntblaze.com/swift/methods/async-method.md) - [Class Method](https://docs.syntblaze.com/swift/methods/class-method.md) - [Final Method](https://docs.syntblaze.com/swift/methods/final-method.md) - [Instance Method](https://docs.syntblaze.com/swift/methods/instance-method.md) - [Mutating Method](https://docs.syntblaze.com/swift/methods/mutating-method.md) - [Override Method](https://docs.syntblaze.com/swift/methods/override-method.md) - [Rethrowing Method](https://docs.syntblaze.com/swift/methods/rethrowing-method.md) - [Static Method](https://docs.syntblaze.com/swift/methods/static-method.md) - [Throwing Method](https://docs.syntblaze.com/swift/methods/throwing-method.md) - [Double](https://docs.syntblaze.com/swift/numeric-types/double.md) - [Float](https://docs.syntblaze.com/swift/numeric-types/float.md) - [Float16](https://docs.syntblaze.com/swift/numeric-types/float16.md) - [Int](https://docs.syntblaze.com/swift/numeric-types/int.md) - [Int16](https://docs.syntblaze.com/swift/numeric-types/int16.md) - [Int32](https://docs.syntblaze.com/swift/numeric-types/int32.md) - [Int64](https://docs.syntblaze.com/swift/numeric-types/int64.md) - [Int8](https://docs.syntblaze.com/swift/numeric-types/int8.md) - [UInt](https://docs.syntblaze.com/swift/numeric-types/uint.md) - [UInt16](https://docs.syntblaze.com/swift/numeric-types/uint16.md) - [UInt32](https://docs.syntblaze.com/swift/numeric-types/uint32.md) - [UInt64](https://docs.syntblaze.com/swift/numeric-types/uint64.md) - [UInt8](https://docs.syntblaze.com/swift/numeric-types/uint8.md) - [Guard Let](https://docs.syntblaze.com/swift/optional-binding/guard-let.md) - [If Let](https://docs.syntblaze.com/swift/optional-binding/if-let.md) - [While Let](https://docs.syntblaze.com/swift/optional-binding/while-let.md) - [Forced Unwrapping](https://docs.syntblaze.com/swift/optional-operators/forced-unwrapping.md) - [Optional Chaining](https://docs.syntblaze.com/swift/optional-operators/optional-chaining.md) - [Overflow Addition](https://docs.syntblaze.com/swift/overflow-operators/overflow-addition.md) - [Overflow Multiplication](https://docs.syntblaze.com/swift/overflow-operators/overflow-multiplication.md) - [Overflow Subtraction](https://docs.syntblaze.com/swift/overflow-operators/overflow-subtraction.md) - [Argument Label](https://docs.syntblaze.com/swift/parameters/argument-label.md) - [Default Parameter Value](https://docs.syntblaze.com/swift/parameters/default-parameter-value.md) - [In-Out Parameter](https://docs.syntblaze.com/swift/parameters/in-out-parameter.md) - [Unlabeled Parameter](https://docs.syntblaze.com/swift/parameters/unlabeled-parameter.md) - [Variadic Parameter](https://docs.syntblaze.com/swift/parameters/variadic-parameter.md) - [Enum Case Pattern](https://docs.syntblaze.com/swift/patterns/enum-case-pattern.md) - [Expression Pattern](https://docs.syntblaze.com/swift/patterns/expression-pattern.md) - [Identifier Pattern](https://docs.syntblaze.com/swift/patterns/identifier-pattern.md) - [Optional Pattern](https://docs.syntblaze.com/swift/patterns/optional-pattern.md) - [Tuple Pattern](https://docs.syntblaze.com/swift/patterns/tuple-pattern.md) - [Type-Casting Pattern](https://docs.syntblaze.com/swift/patterns/type-casting-pattern.md) - [Value-Binding Pattern](https://docs.syntblaze.com/swift/patterns/value-binding-pattern.md) - [Wildcard Pattern](https://docs.syntblaze.com/swift/patterns/wildcard-pattern.md) - [Class Property](https://docs.syntblaze.com/swift/properties/class-property.md) - [Computed Property](https://docs.syntblaze.com/swift/properties/computed-property.md) - [Final Property](https://docs.syntblaze.com/swift/properties/final-property.md) - [Lazy Property](https://docs.syntblaze.com/swift/properties/lazy-property.md) - [Override Property](https://docs.syntblaze.com/swift/properties/override-property.md) - [Property Observer](https://docs.syntblaze.com/swift/properties/property-observer.md) - [Read-Only Property](https://docs.syntblaze.com/swift/properties/read-only-property.md) - [Static Property](https://docs.syntblaze.com/swift/properties/static-property.md) - [Stored Property](https://docs.syntblaze.com/swift/properties/stored-property.md) - [Closed Range](https://docs.syntblaze.com/swift/range-operators/closed-range.md) - [Half-Open Range](https://docs.syntblaze.com/swift/range-operators/half-open-range.md) - [One-Sided Range](https://docs.syntblaze.com/swift/range-operators/one-sided-range.md) - [Class Subscript](https://docs.syntblaze.com/swift/subscripts/class-subscript.md) - [Instance Subscript](https://docs.syntblaze.com/swift/subscripts/instance-subscript.md) - [Read-Only Subscript](https://docs.syntblaze.com/swift/subscripts/read-only-subscript.md) - [Static Subscript](https://docs.syntblaze.com/swift/subscripts/static-subscript.md) - [Conditional Type Cast](https://docs.syntblaze.com/swift/type-casting-operators/conditional-type-cast.md) - [Forced Type Cast](https://docs.syntblaze.com/swift/type-casting-operators/forced-type-cast.md) - [Type Cast](https://docs.syntblaze.com/swift/type-casting-operators/type-cast.md) - [Type Check](https://docs.syntblaze.com/swift/type-casting-operators/type-check.md) - [Actor](https://docs.syntblaze.com/swift/type-declarations/actor.md) - [Class](https://docs.syntblaze.com/swift/type-declarations/class.md) - [Deinitializer](https://docs.syntblaze.com/swift/type-declarations/deinitializer.md) - [Enum](https://docs.syntblaze.com/swift/type-declarations/enum.md) - [Final Class](https://docs.syntblaze.com/swift/type-declarations/final-class.md) - [Protocol](https://docs.syntblaze.com/swift/type-declarations/protocol.md) - [Struct](https://docs.syntblaze.com/swift/type-declarations/struct.md) - [Type Alias](https://docs.syntblaze.com/swift/type-declarations/type-alias.md) - [Computed Member Access](https://docs.syntblaze.com/typescript/access-operators/computed-member-access.md) - [Optional Chaining](https://docs.syntblaze.com/typescript/access-operators/optional-chaining.md) - [Abstract Getter](https://docs.syntblaze.com/typescript/accessors/abstract-getter.md) - [Abstract Setter](https://docs.syntblaze.com/typescript/accessors/abstract-setter.md) - [Override Getter](https://docs.syntblaze.com/typescript/accessors/override-getter.md) - [Override Setter](https://docs.syntblaze.com/typescript/accessors/override-setter.md) - [Private Getter](https://docs.syntblaze.com/typescript/accessors/private-getter.md) - [Private Setter](https://docs.syntblaze.com/typescript/accessors/private-setter.md) - [Protected Getter](https://docs.syntblaze.com/typescript/accessors/protected-getter.md) - [Protected Setter](https://docs.syntblaze.com/typescript/accessors/protected-setter.md) - [Public Getter](https://docs.syntblaze.com/typescript/accessors/public-getter.md) - [Public Setter](https://docs.syntblaze.com/typescript/accessors/public-setter.md) - [Static Getter](https://docs.syntblaze.com/typescript/accessors/static-getter.md) - [Static Setter](https://docs.syntblaze.com/typescript/accessors/static-setter.md) - [Addition](https://docs.syntblaze.com/typescript/arithmetic-operators/addition.md) - [Division](https://docs.syntblaze.com/typescript/arithmetic-operators/division.md) - [Exponentiation](https://docs.syntblaze.com/typescript/arithmetic-operators/exponentiation.md) - [Multiplication](https://docs.syntblaze.com/typescript/arithmetic-operators/multiplication.md) - [Remainder](https://docs.syntblaze.com/typescript/arithmetic-operators/remainder.md) - [Subtraction](https://docs.syntblaze.com/typescript/arithmetic-operators/subtraction.md) - [Addition Assignment](https://docs.syntblaze.com/typescript/assignment-operators/addition-assignment.md) - [Assignment](https://docs.syntblaze.com/typescript/assignment-operators/assignment.md) - [Bitwise AND Assignment](https://docs.syntblaze.com/typescript/assignment-operators/bitwise-and-assignment.md) - [Bitwise OR Assignment](https://docs.syntblaze.com/typescript/assignment-operators/bitwise-or-assignment.md) - [Bitwise XOR Assignment](https://docs.syntblaze.com/typescript/assignment-operators/bitwise-xor-assignment.md) - [Division Assignment](https://docs.syntblaze.com/typescript/assignment-operators/division-assignment.md) - [Exponentiation Assignment](https://docs.syntblaze.com/typescript/assignment-operators/exponentiation-assignment.md) - [Left Shift Assignment](https://docs.syntblaze.com/typescript/assignment-operators/left-shift-assignment.md) - [Logical AND Assignment](https://docs.syntblaze.com/typescript/assignment-operators/logical-and-assignment.md) - [Logical OR Assignment](https://docs.syntblaze.com/typescript/assignment-operators/logical-or-assignment.md) - [Multiplication Assignment](https://docs.syntblaze.com/typescript/assignment-operators/multiplication-assignment.md) - [Nullish Coalescing Assignment](https://docs.syntblaze.com/typescript/assignment-operators/nullish-coalescing-assignment.md) - [Remainder Assignment](https://docs.syntblaze.com/typescript/assignment-operators/remainder-assignment.md) - [Right Shift Assignment](https://docs.syntblaze.com/typescript/assignment-operators/right-shift-assignment.md) - [Subtraction Assignment](https://docs.syntblaze.com/typescript/assignment-operators/subtraction-assignment.md) - [Unsigned Right Shift Assignment](https://docs.syntblaze.com/typescript/assignment-operators/unsigned-right-shift-assignment.md) - [Bitwise AND](https://docs.syntblaze.com/typescript/bitwise-operators/bitwise-and.md) - [Bitwise NOT](https://docs.syntblaze.com/typescript/bitwise-operators/bitwise-not.md) - [Bitwise OR](https://docs.syntblaze.com/typescript/bitwise-operators/bitwise-or.md) - [Bitwise XOR](https://docs.syntblaze.com/typescript/bitwise-operators/bitwise-xor.md) - [Left Shift](https://docs.syntblaze.com/typescript/bitwise-operators/left-shift.md) - [Right Shift](https://docs.syntblaze.com/typescript/bitwise-operators/right-shift.md) - [Unsigned Right Shift](https://docs.syntblaze.com/typescript/bitwise-operators/unsigned-right-shift.md) - [Array](https://docs.syntblaze.com/typescript/built-in-object-types/array.md) - [Date](https://docs.syntblaze.com/typescript/built-in-object-types/date.md) - [Error](https://docs.syntblaze.com/typescript/built-in-object-types/error.md) - [Function](https://docs.syntblaze.com/typescript/built-in-object-types/function.md) - [Map](https://docs.syntblaze.com/typescript/built-in-object-types/map.md) - [Promise](https://docs.syntblaze.com/typescript/built-in-object-types/promise.md) - [RegExp](https://docs.syntblaze.com/typescript/built-in-object-types/regexp.md) - [Set](https://docs.syntblaze.com/typescript/built-in-object-types/set.md) - [WeakMap](https://docs.syntblaze.com/typescript/built-in-object-types/weakmap.md) - [WeakSet](https://docs.syntblaze.com/typescript/built-in-object-types/weakset.md) - [Abstract Class](https://docs.syntblaze.com/typescript/classes/abstract-class.md) - [Class](https://docs.syntblaze.com/typescript/classes/class.md) - [Class Expression](https://docs.syntblaze.com/typescript/classes/class-expression.md) - [Derived Class](https://docs.syntblaze.com/typescript/classes/derived-class.md) - [JSDoc Comment](https://docs.syntblaze.com/typescript/comments-and-directives/jsdoc-comment.md) - [Multi-line Comment](https://docs.syntblaze.com/typescript/comments-and-directives/multi-line-comment.md) - [Single-line Comment](https://docs.syntblaze.com/typescript/comments-and-directives/single-line-comment.md) - [Triple-Slash Directive](https://docs.syntblaze.com/typescript/comments-and-directives/triple-slash-directive.md) - [Greater Than](https://docs.syntblaze.com/typescript/comparison-operators/greater-than.md) - [Greater Than Or Equal To](https://docs.syntblaze.com/typescript/comparison-operators/greater-than-or-equal-to.md) - [In](https://docs.syntblaze.com/typescript/comparison-operators/in.md) - [Instanceof](https://docs.syntblaze.com/typescript/comparison-operators/instanceof.md) - [Less Than](https://docs.syntblaze.com/typescript/comparison-operators/less-than.md) - [Less Than Or Equal To](https://docs.syntblaze.com/typescript/comparison-operators/less-than-or-equal-to.md) - [Loose Equality](https://docs.syntblaze.com/typescript/comparison-operators/loose-equality.md) - [Loose Inequality](https://docs.syntblaze.com/typescript/comparison-operators/loose-inequality.md) - [Strict Equality](https://docs.syntblaze.com/typescript/comparison-operators/strict-equality.md) - [Strict Inequality](https://docs.syntblaze.com/typescript/comparison-operators/strict-inequality.md) - [Comma](https://docs.syntblaze.com/typescript/conditional-and-sequence-operators/comma.md) - [Conditional](https://docs.syntblaze.com/typescript/conditional-and-sequence-operators/conditional.md) - [Overloaded Constructor](https://docs.syntblaze.com/typescript/constructors/overloaded-constructor.md) - [Parameter Properties](https://docs.syntblaze.com/typescript/constructors/parameter-properties.md) - [Parameterized Constructor](https://docs.syntblaze.com/typescript/constructors/parameterized-constructor.md) - [Private Constructor](https://docs.syntblaze.com/typescript/constructors/private-constructor.md) - [Protected Constructor](https://docs.syntblaze.com/typescript/constructors/protected-constructor.md) - [Break Statement](https://docs.syntblaze.com/typescript/control-flow/break-statement.md) - [Continue Statement](https://docs.syntblaze.com/typescript/control-flow/continue-statement.md) - [Else Clause](https://docs.syntblaze.com/typescript/control-flow/else-clause.md) - [Else If Clause](https://docs.syntblaze.com/typescript/control-flow/else-if-clause.md) - [If Statement](https://docs.syntblaze.com/typescript/control-flow/if-statement.md) - [Labeled Statement](https://docs.syntblaze.com/typescript/control-flow/labeled-statement.md) - [Return Statement](https://docs.syntblaze.com/typescript/control-flow/return-statement.md) - [Switch Statement](https://docs.syntblaze.com/typescript/control-flow/switch-statement.md) - [Accessor Decorator](https://docs.syntblaze.com/typescript/decorators/accessor-decorator.md) - [Class Decorator](https://docs.syntblaze.com/typescript/decorators/class-decorator.md) - [Method Decorator](https://docs.syntblaze.com/typescript/decorators/method-decorator.md) - [Parameter Decorator](https://docs.syntblaze.com/typescript/decorators/parameter-decorator.md) - [Property Decorator](https://docs.syntblaze.com/typescript/decorators/property-decorator.md) - [Array Destructuring](https://docs.syntblaze.com/typescript/destructuring/array-destructuring.md) - [Default Value Destructuring](https://docs.syntblaze.com/typescript/destructuring/default-value-destructuring.md) - [Nested Destructuring](https://docs.syntblaze.com/typescript/destructuring/nested-destructuring.md) - [Object Destructuring](https://docs.syntblaze.com/typescript/destructuring/object-destructuring.md) - [Rest Element Destructuring](https://docs.syntblaze.com/typescript/destructuring/rest-element-destructuring.md) - [Ambient Enum](https://docs.syntblaze.com/typescript/enums/ambient-enum.md) - [Const Enum](https://docs.syntblaze.com/typescript/enums/const-enum.md) - [Enum Member](https://docs.syntblaze.com/typescript/enums/enum-member.md) - [Heterogeneous Enum](https://docs.syntblaze.com/typescript/enums/heterogeneous-enum.md) - [Numeric Enum](https://docs.syntblaze.com/typescript/enums/numeric-enum.md) - [String Enum](https://docs.syntblaze.com/typescript/enums/string-enum.md) - [Throw Statement](https://docs.syntblaze.com/typescript/error-handling/throw-statement.md) - [Try-Catch](https://docs.syntblaze.com/typescript/error-handling/try-catch.md) - [Try-Catch-Finally](https://docs.syntblaze.com/typescript/error-handling/try-catch-finally.md) - [Try-Finally](https://docs.syntblaze.com/typescript/error-handling/try-finally.md) - [Abstract Field](https://docs.syntblaze.com/typescript/fields/abstract-field.md) - [Auto-Accessor Field](https://docs.syntblaze.com/typescript/fields/auto-accessor-field.md) - [Definite Assignment Field](https://docs.syntblaze.com/typescript/fields/definite-assignment-field.md) - [ECMAScript Private Field](https://docs.syntblaze.com/typescript/fields/ecmascript-private-field.md) - [Optional Field](https://docs.syntblaze.com/typescript/fields/optional-field.md) - [Override Field](https://docs.syntblaze.com/typescript/fields/override-field.md) - [Private Field](https://docs.syntblaze.com/typescript/fields/private-field.md) - [Protected Field](https://docs.syntblaze.com/typescript/fields/protected-field.md) - [Public Field](https://docs.syntblaze.com/typescript/fields/public-field.md) - [Readonly Field](https://docs.syntblaze.com/typescript/fields/readonly-field.md) - [Static Field](https://docs.syntblaze.com/typescript/fields/static-field.md) - [Arrow Function](https://docs.syntblaze.com/typescript/functions/arrow-function.md) - [Assertion Function](https://docs.syntblaze.com/typescript/functions/assertion-function.md) - [Async Arrow Function](https://docs.syntblaze.com/typescript/functions/async-arrow-function.md) - [Async Function](https://docs.syntblaze.com/typescript/functions/async-function.md) - [Async Generator Function](https://docs.syntblaze.com/typescript/functions/async-generator-function.md) - [Function](https://docs.syntblaze.com/typescript/functions/function.md) - [Function Expression](https://docs.syntblaze.com/typescript/functions/function-expression.md) - [Generator Function](https://docs.syntblaze.com/typescript/functions/generator-function.md) - [Immediately Invoked Function Expression](https://docs.syntblaze.com/typescript/functions/immediately-invoked-function-expression.md) - [Overloaded Function](https://docs.syntblaze.com/typescript/functions/overloaded-function.md) - [Const Type Parameter](https://docs.syntblaze.com/typescript/generics/const-type-parameter.md) - [Default Type Parameter](https://docs.syntblaze.com/typescript/generics/default-type-parameter.md) - [Generic Class](https://docs.syntblaze.com/typescript/generics/generic-class.md) - [Generic Constraint](https://docs.syntblaze.com/typescript/generics/generic-constraint.md) - [Generic Function](https://docs.syntblaze.com/typescript/generics/generic-function.md) - [Generic Interface](https://docs.syntblaze.com/typescript/generics/generic-interface.md) - [Generic Type Alias](https://docs.syntblaze.com/typescript/generics/generic-type-alias.md) - [Variance Annotation](https://docs.syntblaze.com/typescript/generics/variance-annotation.md) - [Logical AND](https://docs.syntblaze.com/typescript/logical-operators/logical-and.md) - [Logical OR](https://docs.syntblaze.com/typescript/logical-operators/logical-or.md) - [Nullish Coalescing](https://docs.syntblaze.com/typescript/logical-operators/nullish-coalescing.md) - [Do-While Loop](https://docs.syntblaze.com/typescript/loops/do-while-loop.md) - [For-await-of Loop](https://docs.syntblaze.com/typescript/loops/for-await-of-loop.md) - [For-in Loop](https://docs.syntblaze.com/typescript/loops/for-in-loop.md) - [For Loop](https://docs.syntblaze.com/typescript/loops/for-loop.md) - [For-of Loop](https://docs.syntblaze.com/typescript/loops/for-of-loop.md) - [While Loop](https://docs.syntblaze.com/typescript/loops/while-loop.md) - [Abstract Method](https://docs.syntblaze.com/typescript/methods/abstract-method.md) - [Async Generator Method](https://docs.syntblaze.com/typescript/methods/async-generator-method.md) - [Async Method](https://docs.syntblaze.com/typescript/methods/async-method.md) - [Generator Method](https://docs.syntblaze.com/typescript/methods/generator-method.md) - [Generic Method](https://docs.syntblaze.com/typescript/methods/generic-method.md) - [Overloaded Method](https://docs.syntblaze.com/typescript/methods/overloaded-method.md) - [Override Method](https://docs.syntblaze.com/typescript/methods/override-method.md) - [Private Method](https://docs.syntblaze.com/typescript/methods/private-method.md) - [Protected Method](https://docs.syntblaze.com/typescript/methods/protected-method.md) - [Public Method](https://docs.syntblaze.com/typescript/methods/public-method.md) - [Static Method](https://docs.syntblaze.com/typescript/methods/static-method.md) - [Ambient Module](https://docs.syntblaze.com/typescript/modules/ambient-module.md) - [Default Export](https://docs.syntblaze.com/typescript/modules/default-export.md) - [Default Import](https://docs.syntblaze.com/typescript/modules/default-import.md) - [Dynamic Import](https://docs.syntblaze.com/typescript/modules/dynamic-import.md) - [Export Assignment](https://docs.syntblaze.com/typescript/modules/export-assignment.md) - [Global Augmentation](https://docs.syntblaze.com/typescript/modules/global-augmentation.md) - [Module Augmentation](https://docs.syntblaze.com/typescript/modules/module-augmentation.md) - [Named Export](https://docs.syntblaze.com/typescript/modules/named-export.md) - [Named Import](https://docs.syntblaze.com/typescript/modules/named-import.md) - [Namespace Export](https://docs.syntblaze.com/typescript/modules/namespace-export.md) - [Namespace Import](https://docs.syntblaze.com/typescript/modules/namespace-import.md) - [Re-Export](https://docs.syntblaze.com/typescript/modules/re-export.md) - [Side Effect Import](https://docs.syntblaze.com/typescript/modules/side-effect-import.md) - [Type Export](https://docs.syntblaze.com/typescript/modules/type-export.md) - [Type Import](https://docs.syntblaze.com/typescript/modules/type-import.md) - [Import Equals](https://docs.syntblaze.com/typescript/namespaces/import-equals.md) - [Namespace](https://docs.syntblaze.com/typescript/namespaces/namespace.md) - [Default Parameter](https://docs.syntblaze.com/typescript/parameters/default-parameter.md) - [Destructured Parameter](https://docs.syntblaze.com/typescript/parameters/destructured-parameter.md) - [Optional Parameter](https://docs.syntblaze.com/typescript/parameters/optional-parameter.md) - [Required Parameter](https://docs.syntblaze.com/typescript/parameters/required-parameter.md) - [Rest Parameter](https://docs.syntblaze.com/typescript/parameters/rest-parameter.md) - [this Parameter](https://docs.syntblaze.com/typescript/parameters/this-parameter.md) - [any](https://docs.syntblaze.com/typescript/primitive-and-special-types/any.md) - [bigint](https://docs.syntblaze.com/typescript/primitive-and-special-types/bigint.md) - [boolean](https://docs.syntblaze.com/typescript/primitive-and-special-types/boolean.md) - [never](https://docs.syntblaze.com/typescript/primitive-and-special-types/never.md) - [null](https://docs.syntblaze.com/typescript/primitive-and-special-types/null.md) - [number](https://docs.syntblaze.com/typescript/primitive-and-special-types/number.md) - [object](https://docs.syntblaze.com/typescript/primitive-and-special-types/object.md) - [string](https://docs.syntblaze.com/typescript/primitive-and-special-types/string.md) - [symbol](https://docs.syntblaze.com/typescript/primitive-and-special-types/symbol.md) - [undefined](https://docs.syntblaze.com/typescript/primitive-and-special-types/undefined.md) - [unknown](https://docs.syntblaze.com/typescript/primitive-and-special-types/unknown.md) - [void](https://docs.syntblaze.com/typescript/primitive-and-special-types/void.md) - [Conditional Type](https://docs.syntblaze.com/typescript/type-definitions/conditional-type.md) - [Function Type](https://docs.syntblaze.com/typescript/type-definitions/function-type.md) - [Indexed Access Type](https://docs.syntblaze.com/typescript/type-definitions/indexed-access-type.md) - [Interface](https://docs.syntblaze.com/typescript/type-definitions/interface.md) - [Intersection Type](https://docs.syntblaze.com/typescript/type-definitions/intersection-type.md) - [Literal Type](https://docs.syntblaze.com/typescript/type-definitions/literal-type.md) - [Mapped Type](https://docs.syntblaze.com/typescript/type-definitions/mapped-type.md) - [Template Literal Type](https://docs.syntblaze.com/typescript/type-definitions/template-literal-type.md) - [Tuple Type](https://docs.syntblaze.com/typescript/type-definitions/tuple-type.md) - [Type Alias](https://docs.syntblaze.com/typescript/type-definitions/type-alias.md) - [Union Type](https://docs.syntblaze.com/typescript/type-definitions/union-type.md) - [Keyof](https://docs.syntblaze.com/typescript/type-operators/keyof.md) - [Non-null Assertion](https://docs.syntblaze.com/typescript/type-operators/non-null-assertion.md) - [Satisfies](https://docs.syntblaze.com/typescript/type-operators/satisfies.md) - [Type Assertion](https://docs.syntblaze.com/typescript/type-operators/type-assertion.md) - [Type Predicate](https://docs.syntblaze.com/typescript/type-operators/type-predicate.md) - [Await](https://docs.syntblaze.com/typescript/unary-operators/await.md) - [Decrement](https://docs.syntblaze.com/typescript/unary-operators/decrement.md) - [Delete](https://docs.syntblaze.com/typescript/unary-operators/delete.md) - [Increment](https://docs.syntblaze.com/typescript/unary-operators/increment.md) - [Logical NOT](https://docs.syntblaze.com/typescript/unary-operators/logical-not.md) - [New](https://docs.syntblaze.com/typescript/unary-operators/new.md) - [Spread](https://docs.syntblaze.com/typescript/unary-operators/spread.md) - [Typeof](https://docs.syntblaze.com/typescript/unary-operators/typeof.md) - [Unary Minus](https://docs.syntblaze.com/typescript/unary-operators/unary-minus.md) - [Unary Plus](https://docs.syntblaze.com/typescript/unary-operators/unary-plus.md) - [Void](https://docs.syntblaze.com/typescript/unary-operators/void.md) - [await using Declaration](https://docs.syntblaze.com/typescript/variables/await-using-declaration.md) - [const Variable](https://docs.syntblaze.com/typescript/variables/const-variable.md) - [Destructured Variable](https://docs.syntblaze.com/typescript/variables/destructured-variable.md) - [let Variable](https://docs.syntblaze.com/typescript/variables/let-variable.md) - [Type-Annotated Variable](https://docs.syntblaze.com/typescript/variables/type-annotated-variable.md) - [using Declaration](https://docs.syntblaze.com/typescript/variables/using-declaration.md) - [var Variable](https://docs.syntblaze.com/typescript/variables/var-variable.md) ## Optional - [Get Application](https://syntblaze.com/)