You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expandEvent materializes the full occurrence array. A generator-based API (expandEventIter) would let callers take N occurrences without expanding the whole window - useful for 'next 5 occurrences' UIs.
expandEvent materializes the full occurrence array. A generator-based API (expandEventIter) would let callers take N occurrences without expanding the whole window - useful for 'next 5 occurrences' UIs.