1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-17 07:26:54 +02:00
Ian Manske 7a7d43344e
Range refactor ()
# Description
Currently, `Range` is a struct with a `from`, `to`, and `incr` field,
which are all type `Value`. This PR changes `Range` to be an enum over
`IntRange` and `FloatRange` for better type safety / stronger compile
time guarantees.

Fixes:  Fixes:  Fixes:  Fixes:  Fixes: 
Fixes:  Fixes: .

# User-Facing Changes
Hopefully none, besides bug fixes.

Although, the `serde` representation might have changed.
2024-04-06 09:04:56 -05:00
..
2024-04-06 09:04:56 -05:00
2024-04-05 10:24:00 -04:00