forEachWithType

inline fun <T : Any, F : Feature<T>> FeatureGroup<T>.forEachWithType(crossinline block: (FeatureRef<T, F>) -> Unit)