stl 0.0.1
stl: ^0.0.1 copied to clipboard
A performance-oriented implementation of STL patterns (Vector, List, algorithms) for Dart.
example/stl_example.dart
import 'package:stl/stl.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}