can just supply inverted ranges.

This commit is contained in:
Will Charczuk 2017-01-09 17:57:45 -08:00
parent 21986dbce7
commit 78cbfa62bc
7 changed files with 66 additions and 29 deletions

View file

@ -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