_staticSearchIndexOf.found

Undocumented in source.
template _staticSearchIndexOf(int index, alias find, L...)
protected
static if(!(isType!find))
static if(!(L.length is index))
enum found = find!(L[index]);

Meta