cx-language / cx

C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130 stars 9 forks source link

Implicit conversions via conversion operator #15

Open Coolnesss opened 7 years ago

Coolnesss commented 7 years ago

To allow one to specify a conversion to an existing class for your own class e.g call StringRef methods on Strings directly

emlai commented 5 years ago

Need to still consider if Delta actually needs this, or if some other feature makes this unnecessary.