boxed ~master (2021-11-21T05:06:58.1915889)
Dub
Repo
BoxedLong
boxed
integers
Boxed signed long value.
Assign operation are not supported.
class
BoxedLong : Boxed!long {
this
(long value);
mixin
BoxedAlias
;
}
Constructors
this
this
(long value)
Ctor.
Members
Mixins
__anonymous
mixin
BoxedAlias
Undocumented in source.
Meta
Source
See Implementation
boxed
integers
classes
BoxedByte
BoxedInt
BoxedLong
BoxedShort
BoxedUbyte
BoxedUint
BoxedUlong
BoxedUshort
Boxed signed long value.
Assign operation are not supported.