Commit 87f373f5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4930c3a9
...@@ -150,4 +150,7 @@ func (S *RangedKeySet) AllRanges() /*readonly*/[]KeyRange { ...@@ -150,4 +150,7 @@ func (S *RangedKeySet) AllRanges() /*readonly*/[]KeyRange {
return rv return rv
} }
// String // XXX -> ptr?
func (S RangedKeySet) String() string {
return S.m.String() // RangeMap<void> formats for set
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment