interval-maps: speed up interval-at.
parent
27f445d505
commit
b364bafeff
|
@ -29,7 +29,7 @@ ALIAS: value third
|
||||||
[ "Intervals are not disjoint" throw ] unless ;
|
[ "Intervals are not disjoint" throw ] unless ;
|
||||||
|
|
||||||
: >intervals ( specification -- intervals )
|
: >intervals ( specification -- intervals )
|
||||||
[ suffix ] { } assoc>map concat 3 <groups> ;
|
[ suffix ] { } assoc>map concat 3 group ;
|
||||||
|
|
||||||
PRIVATE>
|
PRIVATE>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue