Mutable

constructor(value: T)

Constructor that takes an initial value.

Parameters

T

The type of mutable object.

value

The initial value.