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.
// use .block for explicitness assert(unicode.block.Greek_and_Coptic == unicode.InGreek_and_Coptic);
table of properties.
See Implementation
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.