boxed ~main (2021-11-25T09:53:52.1936566)
Dub
Repo
BoxedDchar
boxed
chars
Boxed double wide char value.
Assign operation are not supported.
class
BoxedDchar : Boxed!dchar {
this
(dchar value);
mixin
BoxedAlias
;
}
Constructors
this
this
(dchar value)
Ctor.
Members
Mixins
__anonymous
mixin
BoxedAlias
Undocumented in source.
Meta
Source
See Implementation
boxed
chars
classes
BoxedChar
BoxedDchar
BoxedString
BoxedWchar
Boxed double wide char value.
Assign operation are not supported.