build

fun build(legacy: LegacyFeatures, features: Collection<QuasselFeatureName>): FeatureSet

Build a FeatureSet from a collection of feature names and a set of legacy features


fun build(vararg features: QuasselFeature): FeatureSet
fun build(features: Set<QuasselFeature>): FeatureSet

Build a FeatureSet directly from features