linkedSetOf top-level property
KtLinkedSet<T> Function<T>([T arg0, T arg1, T arg2, T arg3, T arg4, T arg5, T arg6, T arg7, T arg8, T arg9])
linkedSetOf
getter/setter pair
Returns a new KtMutableSet based on LinkedHashSet with the given elements. Elements of the set are iterated in the order they were specified.
null
is a valid argument
Implementation
KtLinkedSet<T> Function<T>([
T arg0,
T arg1,
T arg2,
T arg3,
T arg4,
T arg5,
T arg6,
T arg7,
T arg8,
T arg9,
]) linkedSetOf = _linkedSetOf;