swap method

Option<Err<T>> swap()

Implementation

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