with

fun <T : F> with(feature: T, type: FeatureKey<F> = feature.key): FeatureSet<F>(source)
fun with(vararg otherFeatures: F): FeatureSet<F>(source)
fun with(otherFeatures: Iterable<F>): FeatureSet<F>(source)