end ? -1 : 1) {
                  
                  
                    let state = start;
                  
                  
                    while (state < end) {
                  
                  
                      yield state;
                  
                  
                      state += step;
                  
                  
                    }
                  
                  
                    return;
                  
                  
                  };
                  
                  
                
Mm
Обсуждают сегодня