Finding the Position of an Element in an Array

Is there a way to find the position (index) of an element in an array without for loops? I did a little search and found nothing.