swap method

Err<Sync<T>> swap()

Implementation

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