You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there seems to be no allowed way of typing a type conversion operator.
I would expect a syntax to be something like:
operator type_name: () = ...
type_name: @operator () = ...
or maybe (though this would be harder to implement)
operator as: (out result) = ...
The text was updated successfully, but these errors were encountered:
At the moment there seems to be no allowed way of typing a type conversion operator.
I would expect a syntax to be something like:
operator type_name: () = ...
type_name: @operator () = ...
or maybe (though this would be harder to implement)
operator as: (out result) = ...
The text was updated successfully, but these errors were encountered: