plusAssign

@JvmName(name = "plusAssignFeature")
inline operator fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.plusAssign(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 = "plusAssignAllFeature")
inline operator fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.plusAssign(values: Iterable<ArchFeature>)
Features detected (or known to be supported) for this architecture; optional field.

repeated .elide.machine.ArchFeature feature = 4;

Parameters

values

The feature to add.


@JvmName(name = "plusAssignCustomFeature")
inline operator fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.plusAssign(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.


@JvmName(name = "plusAssignAllCustomFeature")
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.

repeated string custom_feature = 5;

Parameters

values

The customFeature to add.