Element - Ǒ
- Multiplicity / Remove Fixpoint / First Truthy Index Under Function
Characters:
Ǒ
Description
Order, Multiplicity, Valuation / remove till fixpoint / First truthy index under function application
Overloads
num-num
-multiplicity(a,b)
str-str
-remove_till_fixpoint(a,b)
fun-any
-first index in a where b(x) is truthy (shortcut for ḟh)
Examples
45 3 Ǒ
=2
-3 1 Ǒ
=3
`aaabbbc` `ab` Ǒ
=`c`