Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.364 match

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.