Generic Function Element-Position (3 methods)

( element-position < ordered-container-mixin > < element > &key < test > < key > )

Part of:

package metabang.cl-containers

Returns the position of element in container using test and
key to match. Key defaults to identity and test defaults to eq.

Method Summary

element-position < contents-as-sequence-mixin > < t > 
element-position < iteratable-container-mixin > < t > 
element-position < list > < t >