Boxed

Template for immutable boxed values.

This template can be used to have a handy object representation of a primitive value or aggregate, but the use of derived classes instead of the unboxed types is discouraged as you should use them the least time possible.

abstract
class Boxed (
T
) {}

Constructors

this
this(T value)

Ctor.

Members

Functions

getValue
T getValue()

Meta