Closed
Description
Realizes #66, Feature specification
Sample typedef & usage:
typedef IntList = List<int>;
IntList il = [1,2,3];
Related issues: dart-lang/sdk#2626
Metadata
Metadata
Assignees
Type
Projects
Status
Done
Realizes #66, Feature specification
Sample typedef & usage:
typedef IntList = List<int>;
IntList il = [1,2,3];
Related issues: dart-lang/sdk#2626
Status