boxed ~main (2021-11-25T09:53:52.1936566)
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.