copy method

Some<T> copy()

Implementation

Some<T> copy() {
  return Some(v);
}