unit top-level constant

Unit const unit

Shared unit value.

Result<Unit, String> saved = const Ok(unit);

Implementation

const unit = Unit();