5 ms·
What's the difference between initonly and const?
by jakobmi 7y ago
What's the difference between initonly and const?
- arethuza 7y agoConst is fixed at compile time, it looks like initonly is like readonly but can be used outside of a constructor.