duple 1.0.0 copy "duple: ^1.0.0" to clipboard
duple: ^1.0.0 copied to clipboard

outdated

Minimal tuple library for Dart.

Duple #

Minimal tuple library for Dart.

Usage #

Simple usage examples as follows. See accompanying tests for more specific examples.

Empty Tuple #

All EmptyTuples are identical.

import 'package:duple/duple.dart';

main() {
  var emptyTuple = EmptyTuple();
}
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Minimal tuple library for Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on duple