Contents:
Str2D
Str2D.equal_shape()
Expand each Str2D object to have the same shape. Useful for when you want all Str2D objects to have the same shape.
args (Tuple[Str2D]) – The Str2D objects to expand.
A list of Str2D objects with the same shape.
List[Str2D]