set

@JvmName(name = "setFlag")
operator fun DslList<VMConfiguration.VMFlag, VMConfigurationKt.Dsl.FlagProxy>.set(index: Int, value: VMConfiguration.VMFlag)
Specifies VM runtime flags.

repeated .elide.host.VMConfiguration.VMFlag flag = 1;

Parameters

index

The index to set the value at.

value

The flag to set.