Function index of value n in x
find value n in x and output the index of the value
Format:
index of value n in x
Input:
list x -
list n -
Output:
number - None
Properties that reference this function:
index of value value in numbers = index of value value in numbers with current index [ 0, [ ] ] (Find Number Bits)
index of the mininum value in stack els = index of value (minimum value of stack els) in els (Minimum Index)
index of the maximum value in stack els = index of value (maximum value in stack els) in els (Maximum Index)
Comments
Please log in to add comments