getCustomFeature

open fun getCustomFeature(index: Int): String
Custom feature strings associated with this architecture or detected for support; optional field.
repeated string custom_feature = 5;

Return

The customFeature at the given index.

Parameters

index

The index of the element to return.