ranges 0.1.0 copy "ranges: ^0.1.0" to clipboard
ranges: ^0.1.0 copied to clipboard

Collection of the `range` implementations. Contains the `RangeList` and `InfiniteRange`.

example/example.dart

import 'package:ranges/ranges.dart';

void main(List<String> args) {
  final range = RangeList(0, 9);
  for (var element in range) {
    print(element);
  }
}
0
likes
150
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Collection of the `range` implementations. Contains the `RangeList` and `InfiniteRange`.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

lists

More

Packages that depend on ranges