unicode.block

Narrows down the search for sets of $(CODEPOINTS) to all Unicode blocks.

Note: Here block names are unambiguous as no scripts are searched and thus to search use simply unicode.block.BlockName notation.

See table of properties for available sets.

struct unicode
struct block {}

Examples

// use .block for explicitness
assert(unicode.block.Greek_and_Coptic == unicode.InGreek_and_Coptic);

See Also

Meta