find-nth ( nth seq quot: ( obj -- ? ) -- i/f obj/f )


Vocabulary
sequences.extras

Inputs
nthan object
seqan object
quota quotation with stack effect ( obj -- ? )


Outputs
i/fan object
obj/fan object


Definition


: find-nth ( nth seq quot: ( obj -- ? ) -- i/f obj/f )
[ 0 ] 2dip find-nth-from ; inline