DcharCountSpan

Lower and upper limit of dchar count.

Constructors

this
this()
Undocumented in source.
this
this(uint lower, uint upper)
Undocumented in source.
this
this(size_t lower, size_t upper)
Undocumented in source.
this
this(uint length)
Undocumented in source.
this
this(size_t length)
Undocumented in source.

Members

Static functions

full
typeof(this) full()
Undocumented in source. Be warned that the author may not have intended to support it.
start
typeof(this) start()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lower
uint lower;
Undocumented in source.
upper
uint upper;
Undocumented in source.

Meta