swap method

Sync<Err<T>> swap()

Implementation

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