Details
-
Type:
Wish
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.8.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It'd be nice to have convenient shortcuts to interfaces, like how C# 2.0 allows int? to be INullable<int>.
In that vein, I propose:
T? to be equivalent to INullable of T
T* to be equivalent to IEnumerable of T
T! to be equivalent to ICantBeNullable of T
Granted, the last isn't a real interface, but it would be quite helpful.
I forgot to mention that this largely affects Metaboo, or any Boo that runs on .NET 2.0.
(My first JIRA and I flutz it...)