longHashSetOf

inline fun longHashSetOf(): LongOpenHashSet
inline fun longHashSetOf(element: Long): LongOpenHashSet
inline fun longHashSetOf(vararg elements: Long): LongOpenHashSet
inline fun longHashSetOf(strategy: LongHash.Strategy, vararg elements: Long): LongOpenCustomHashSet