IndexedBy.findIndex

Get index of element E wrapped in a bool-convertable struct.

struct IndexedBy(R, string IndexTypeName)
pure nothrow @safe @nogc
static if(__traits(isStaticArray, R))
findIndex
(
E
)
(
E e
)
if (
IndexTypeName != "IndexTypeName"
)

Meta