inline Size<T> ExpandedToWidth(T w) const;
ExpandedToWidth expands (unions) the Width of the current size to a passed value by comparing them. The greater component is chosen. The following expression may be used to represent the result:
(Width, Height) = (max(Width, h), Height)
A Size reference to the current string whose Width represent the union of its original Width and a passed value.
ExpandedTo ExpandedToHeight