View source code Display the source code in std/uni.d from which this page was generated on github. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

Struct std.uni.unicode.block

Narrows down the search for sets of 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 Unicode properties, table of properties for available sets.

Example

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

See Also

Unicode properties, table of properties.

Authors

Dmitry Olshansky

License

Boost License 1.0.

Comments