Class ExemplarCharacters

A set of "exemplar characters" for a given locale.

See the Rust documentation for locale for more information.

See the Rust documentation for ExemplarCharacters for more information.

See the Rust documentation for ExemplarCharactersBorrowed for more information.

Constructors

Accessors

  • get ffiValue(): number
  • Returns number

Methods

  • Checks whether the code point is in the set.

    See the Rust documentation for contains for more information.

    Parameters

    • cp: number

    Returns boolean

  • Checks whether the string is in the set.

    See the Rust documentation for contains_str for more information.

    Parameters

    • s: string

    Returns boolean

""