swap method

Some<Err<T>> swap()

Implementation

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