make sequences.lib.replicate inline
parent
2f103f19ea
commit
c56cf86793
|
@ -133,7 +133,7 @@ MACRO: firstn ( n -- )
|
|||
|
||||
: replicate ( seq quot -- newseq )
|
||||
#! quot: ( -- obj )
|
||||
[ drop ] swap compose map ;
|
||||
[ drop ] swap compose map ; inline
|
||||
|
||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
|
Loading…
Reference in New Issue