CharRange

A POD-type to represent a range of Unicode characters.

struct CharRange {}

Members

Variables

start
dchar start;

Undocumented in source.

stop
dchar stop;

Undocumented in source.

Meta