swap method

Err<None<T>> swap()

Implementation

@pragma('vm:prefer-inline')
Err<None<T>> swap() {
  return Err(const None());
}