[#92B82BCF2B2CDCC7518C894C3FC35EF9AEA4DD5D]
Assignment
url& operator=(url&& u) noexcept;
The contents of `u` are transferred to `this`, including the underlying character buffer. The previous contents of `this` are destroyed. After assignment, the moved-from object is as if default constructed.
u.empty() == true
Constant.
Throws nothing.