can just supply inverted ranges.
This commit is contained in:
parent
21986dbce7
commit
78cbfa62bc
7 changed files with 66 additions and 29 deletions
2
range.go
2
range.go
|
|
@ -20,7 +20,7 @@ type Stringable interface {
|
|||
String() string
|
||||
}
|
||||
|
||||
// Range is a
|
||||
// Range is a common interface for a range of values.
|
||||
type Range interface {
|
||||
Stringable
|
||||
IsZeroable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue