swap method

Ok<None<T>> swap()

Implementation

@pragma('vm:prefer-inline')
Ok<None<T>> swap() => const Ok(None());