plusAssign
inline operator fun DslList<GuestLanguage, GuestVMKt.Dsl.LanguageProxy>.plusAssign(value: GuestLanguage)
Syntax set enabled for this application, if any.
Content copied to clipboard
repeated .elide.meta.GuestLanguage language = 1;
Parameters
value
The language to add.
inline operator fun DslList<GuestLanguage, GuestVMKt.Dsl.LanguageProxy>.plusAssign(values: Iterable<GuestLanguage>)
Syntax set enabled for this application, if any.
Content copied to clipboard
repeated .elide.meta.GuestLanguage language = 1;
Parameters
values
The language to add.