interval-maps: bit of unsafe.
parent
8c161df10e
commit
bddd66f5f3
|
@ -52,7 +52,7 @@ PRIVATE>
|
|||
check-interval-map array>> [ value ] map ;
|
||||
|
||||
: <interval-map> ( specification -- map )
|
||||
all-intervals [ first second ] sort-with
|
||||
all-intervals [ first-unsafe second-unsafe ] sort-with
|
||||
>intervals ensure-disjoint interval-map boa ;
|
||||
|
||||
: <interval-set> ( specification -- map )
|
||||
|
|
Loading…
Reference in New Issue