Files
ranges/v.mod
T
ge d2c5ad5d2f version 0.6.0
* 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
2026-07-15 01:09:33 +03:00

8 lines
134 B
V

Module {
name: 'ranges'
description: 'Operating with ranges of numbers'
version: '0.6.0'
license: 'Unlicense'
dependencies: []
}