Some<T> extension type

Represents a value that is present. The erasure of this is T.

on
  • T
Implemented types
Available extensions

Constructors

Some(T v)
const

Properties

v → T
final