Dart finally gets generic methods
news.dartlang.org
Dart finally gets generic methods
1–2 of 2 posts
Re: Dart finally gets generic methods
#2Fantastic news! I hated to write type annotations in comment blocks like
T foo/**/() {...}