Function toUnicodeSet

  • Converts the given element or array of elements into a refa UnicodeSet.

    If an array is given, all the character sets of all elements will be unioned. This means that for any two element a and b, the results of toUnicodeSet([a, b]) and toUnicodeSet(a).union(toUnicodeSet(b)) will be the same.

    Parameters

    Returns JS.UnicodeSet