BoxedInt

Boxed signed integer value.

Assign operation are not supported.

class BoxedInt : Boxed!int {}

Constructors

this
this(int value)

Ctor.

Members

Mixins

__anonymous
mixin BoxedAlias
Undocumented in source.

Meta