set
operator fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.set(index: Int, value: ArchFeature)
Features detected (or known to be supported) for this architecture; optional field.
Content copied to clipboard
repeated .elide.machine.ArchFeature feature = 4;
Parameters
index
The index to set the value at.
value
The feature to set.
operator fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.set(index: Int, value: String)
Custom feature strings associated with this architecture or detected for support; optional field.
Content copied to clipboard
repeated string custom_feature = 5;
Parameters
index
The index to set the value at.
value
The customFeature to set.