objectArraySetOf

inline fun <T> objectArraySetOf(): ObjectArraySet<T>
inline fun <T> objectArraySetOf(vararg elements: T): ObjectArraySet<T>