Hacker News new | ask | show | jobs
Dart finally gets generic methods (news.dartlang.org)
12 points by kasperl 3478 days ago
1 comments

Fantastic news! I hated to write type annotations in comment blocks like

    T foo/*<T>*/() {...}