grouping: integer slots in circular-slice.

db4
John Benediktsson 2015-07-16 15:32:41 -07:00
parent 5d6632514a
commit 37f7fa95ca
1 changed files with 4 additions and 1 deletions

View File

@ -103,7 +103,10 @@ PRIVATE>
: all-eq? ( seq -- ? ) [ eq? ] monotonic? ; : all-eq? ( seq -- ? ) [ eq? ] monotonic? ;
TUPLE: circular-slice { from read-only } { to read-only } { seq read-only } ; TUPLE: circular-slice
{ from integer read-only }
{ to integer read-only }
{ seq read-only } ;
INSTANCE: circular-slice virtual-sequence INSTANCE: circular-slice virtual-sequence