Returns an immutable version of this collection
public function immutable(): this;
Because a Pair is immutable by default, this just returns the current object.
Pair
this