Add a couple of onlinline inline declarations
parent
d72114fcce
commit
a3bbce3956
|
@ -739,10 +739,10 @@ PRIVATE>
|
||||||
[ but-last ] [ peek ] bi ;
|
[ but-last ] [ peek ] bi ;
|
||||||
|
|
||||||
: unclip-slice ( seq -- rest first )
|
: unclip-slice ( seq -- rest first )
|
||||||
[ rest-slice ] [ first ] bi ;
|
[ rest-slice ] [ first ] bi ; inline
|
||||||
|
|
||||||
: unclip-last-slice ( seq -- butfirst last )
|
: unclip-last-slice ( seq -- butfirst last )
|
||||||
[ but-last-slice ] [ peek ] bi ;
|
[ but-last-slice ] [ peek ] bi ; inline
|
||||||
|
|
||||||
: <flat-slice> ( seq -- slice )
|
: <flat-slice> ( seq -- slice )
|
||||||
dup slice? [ { } like ] when 0 over length rot <slice> ;
|
dup slice? [ { } like ] when 0 over length rot <slice> ;
|
||||||
|
|
Loading…
Reference in New Issue