Next: max, Previous: lt, Up: Internal Routines [Contents][Index]
match(target, set)
Returns an index to the position in set
of each member of
target
, or -1
for the members of target
that are not in set
. set
must be sorted in
ascending order.