clear

@JvmName(name = "clearFeature")
fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.clear()
Features detected (or known to be supported) for this architecture; optional field.

repeated .elide.machine.ArchFeature feature = 4;


@JvmName(name = "clearCustomFeature")
fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.clear()
Custom feature strings associated with this architecture or detected for support; optional field.

repeated string custom_feature = 5;