Skip to content

GraphemeBreaks

[Source]

primitive val GraphemeBreaks

Constructors

create

[Source]

new val create()
: GraphemeBreaks val^

Returns


Public Functions

from_iso

[Source]

Look up a Grapheme_Cluster_Break value by its UAX #29 name (case-sensitive). Returns None for unknown names.

fun box from_iso(
  s: String box)
: (GraphemeBreak | None val)

Parameters

Returns


eq

[Source]

fun box eq(
  that: GraphemeBreaks val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: GraphemeBreaks val)
: Bool val

Parameters

Returns