linkedStringSetOf

fun linkedStringSetOf(vararg elements: String): LinkedHashSet<String>

Creates a new instance of the specialized implementation of LinkedHashSet with the specified String elements, which elements the keys as properties of JS object without hashing them.