lamarrr/STX

Implement Option::none() and Result::error()

lamarrr opened this issue · 0 comments

We already have Option::value() and Result::value(), I feel it makes sense to have Option::none() and Result::error() likewise.
Also consider adding: *::value_copy(), Option::none_copy, and Result::error_copy

Consider removing error_value to conform to the naming scheme