vrodedanya / naobi

Naobi language
https://vrodedanya.github.io/naobi/
MIT License
4 stars 0 forks source link

[FEATURE] Cast template type #12

Open vrodedanya opened 2 years ago

vrodedanya commented 2 years ago

Is your feature request related to a problem? Please describe. Template functions often requires casting types to T. Current cast functions doesn't provide it

Describe the solution you'd like Add something like cast(var) where T - template type in which we cast our variable

Describe alternatives you've considered Just T(var)? Prefer cast

vrodedanya commented 2 years ago

This feature is needed for templates which current version is terrible and will be reworked, so I think this issue is not in priority