clone method

Mix<T> clone()

Implementation

Mix<T> clone() {
  return copyWith();
}