staticSearchIndexOf

This template finds the index of find in the AliasSeq L. If find is a type it works the same as traits.staticIndexOf, but if func is a templeate function it will use this function as a filter

template staticSearchIndexOf (
alias find
L...
) {
enum staticSearchIndexOf;
}

Return Value

First index where find has been found If nothing has been found the template returns -1