swap method

Result<Err<T>> swap()

Implementation

@pragma('vm:prefer-inline')
Result<Err<T>> swap() => Ok(transfErr<T>());