scalar_is_extended_pictographic

func scalar_is_extended_pictographic(scalar: Int) -> Bool

Returns whether the scalar has the Unicode extended pictographic property.

View Source
pub func scalar_is_extended_pictographic(scalar: Int) -> Bool {
	_grapheme_category(scalar: scalar) == _GC_EXT_PICT
}