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