Some<T> constructor
const Some<T>(T value)
Implementation
const
Some
(
T value
)
:
super
.
_
(
value
);