Typedef tl::optional

Typedef Documentation

template<typename T>
using tl::optional = expected<void, T>