Searched refs:win (Results 1 – 1 of 1) sorted by relevance
60 for (win in windows) { in iter() method61 if (startIndex <= win.globalStartIndex) { in iter()62 yield(win.slice) in iter()63 } else if (startIndex <= win.globalEndIndex) { in iter()64 yield(win.slice.slice((startIndex - win.globalStartIndex).toInt())) in iter()