plusAssign
inline operator fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.plusAssign(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
value
The feature to add.
inline operator fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.plusAssign(values: Iterable<ArchFeature>)
Features detected (or known to be supported) for this architecture; optional field.
Content copied to clipboard
repeated .elide.machine.ArchFeature feature = 4;
Parameters
values
The feature to add.
inline operator fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.plusAssign(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
value
The customFeature to add.
inline operator fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.plusAssign(values: Iterable<String>)
Custom feature strings associated with this architecture or detected for support; optional field.
Content copied to clipboard
repeated string custom_feature = 5;
Parameters
values
The customFeature to add.