Open
Description
Expected Behavior
RollingWindow accepts all types.
Actual Behavior
RollingWindow Only Accepts native and C# Types. See this related issue from the Documentation repo.
Potential Solution
N/A
Reproducing the Problem
Run this line of code:
closeWindow = RollingWindow[tuple](4)
System Information
QC Cloud
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
master
branch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue