Closed
Description
Line up Windowed
with WindowLeft
and WindowRight
in terms of naming and return type. This means:
- Rename to
Window
- Change return type to return windows as lists
Instead of a physical rename, Windowed
should be marked obsolete and Window
added separately. The implementation of Windowed could just call Window
then.