This commit is contained in:
2020-12-05 10:48:31 +01:00
parent b03c50fcfb
commit 15d8c7f775
3 changed files with 106 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ Please excuse me for the ranting 😅
- Why is there no bitwise OR for bools?! Please what? XOR == `a != b`, but still...
- `math.Max()` only works with floats. Of course.
- so apparently we don't have optional parameters and defaults. Lol
- go has maps, but no native way of getting keys or values without a loop
## Syntax