add

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

repeated .elide.machine.ArchFeature feature = 4;

Parameters

value

The feature to add.


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

repeated string custom_feature = 5;

Parameters

value

The customFeature to add.