dart-lang / dart-lang/language
Sealed functions
Open
feature
- Dominant language
- TeX
- Stars
- 2.9k
- Forks
- 239
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 14
Description
Functions declared sealed are constrained to:
- Access only immutable values outside of their local scope
- Only invoke sealed functions
The introduction of sealed functions makes it possible to define computed constants.
Contributor guide
Assessment
This issue has not been assessed yet.