We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1670002 commit 38dd306Copy full SHA for 38dd306
docs/changelog.md
@@ -9,6 +9,7 @@
9
- Added `Set` sort and removed set method from `Map`
10
- Added `Vec` sort
11
- Added support for variable args for builtin functions, to use in creation of `Vec` and `Set` sorts.
12
+- Switch generated egg names to use `.` as seperate (i.e. `Math.__add__`) instead of `_` (i.e. `Math___add__`)
13
14
## 0.4.0 (2023-05-03)
15
0 commit comments