Skip to contents

Returns the index of the element if the list contains the element. If the element is not found, it returns NULL.

Arguments

list

ANY[]

element

ANY

Examples