-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Description
- generic
?syntax for declaring a maybe type - syntax for assigning the maybe state to a maybe type
- if (const foo ?= expression) {} syntax
-
??unwrapping expression - test for many
?qualifiers on a type - optimization for bool - use 0 for false, 1 for true, 2 for maybe state
- optimization for pointer - use null pointer for maybe state
- error for if var expression initializer not maybe type
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.