boxed ~master (2021-11-21T05:06:58.1915889)
Dub
Repo
BoxedChar
boxed
chars
Boxed char value.
Assign operation are not supported.
class
BoxedChar : Boxed!char {
this
(char value);
mixin
BoxedAlias
;
}
Constructors
this
this
(char value)
Ctor.
Members
Mixins
__anonymous
mixin
BoxedAlias
Undocumented in source.
Meta
Source
See Implementation
boxed
chars
classes
BoxedChar
BoxedDchar
BoxedString
BoxedWchar
Boxed char value.
Assign operation are not supported.