mirror of
https://github.com/gechandesu/ranges.git
synced 2026-07-15 09:00:03 +03:00
* Check for zero step value to void infinite loops * Add `new()` fn for creating ranges with checks * Add `to_array()` method * Add `is_empty()` method * Add more tests
8 lines
134 B
V
8 lines
134 B
V
Module {
|
|
name: 'ranges'
|
|
description: 'Operating with ranges of numbers'
|
|
version: '0.6.0'
|
|
license: 'Unlicense'
|
|
dependencies: []
|
|
}
|