leading ( seq -- n elt )


Vocabulary
math.matrices.elimination

Inputs
seqa sequence


Outputs
nthe index of the first match, or f.
eltthe first non-zero element, or f.


Word description
Find the first non-zero element of a sequence.

Definition