emptyLinkedSet

inline fun <T> emptyLinkedSet(): LinkedHashSet<T>

Return an empty new LinkedHashSet.

Since

1.1.0