count-tail ( seq quot -- n )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
nan integer


Word description
Count the number of values from the end of seq that return a truthy value when passed into quot.

Definition