toLinkedSet

open fun <T> toLinkedSet(items: Array<T>): Set<T>(source)

Wraps the given items in a mutable ordered set.