toLinkedSet

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

Wraps the given items in a mutable ordered set.