Alias WindowType

Determine the type of the window of the given pipe type. This works when the window is a method or a field.

alias WindowType(T) = PropertyType!(T.init.window);