addAll

@JvmName(name = "addAllFeature")
fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.addAll(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 = "addAllCustomFeature")
fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.addAll(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.