Dico
val recipients = mutableListOf<String>() fun recipients(vararg recipients: String) = apply { this.recipients.addAll(recipients.toList()) }