Skip to content

Type aliases: Typedefs for non-function types  #65

Closed
@mit-mit

Description

@mit-mit

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

Labels

featureProposed language feature that solves one or more problems

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions