charHashSetOf

inline fun charHashSetOf(): CharOpenHashSet
inline fun charHashSetOf(element: Char): CharOpenHashSet
inline fun charHashSetOf(vararg elements: Char): CharOpenHashSet
inline fun charHashSetOf(strategy: CharHash.Strategy, vararg elements: Char): CharOpenCustomHashSet