Operators '??' and '?=' added

This commit is contained in:
2024-04-03 13:15:25 +02:00
parent 088e347c95
commit fccfd2f971
5 changed files with 110 additions and 68 deletions
+1
View File
@@ -43,6 +43,7 @@ const (
priProduct
priSign
priFact
priCoalesce
priValue
)