There was an error while loading. Please reload this page.
1 parent 4c27403 commit 0076836Copy full SHA for 0076836
changelog.md
@@ -306,7 +306,7 @@
306
- Added `iterable[T]` type class to match called iterators, which enables writing:
307
`template fn(a: iterable)` instead of `template fn(a: untyped)`
308
309
-- A new import syntax `import {.all} foo` now allows to import all symbols (public or private)
+- A new import syntax `import {.all.} foo` now allows to import all symbols (public or private)
310
from `foo`. It works in combination with all pre-existing import features.
311
This reduces or eliminates the need for workarounds such as using `include` (which has known issues)
312
when you need a private symbol for testing or making some internal APIs public just because
0 commit comments