iterator
Here are 343 public repositories matching this topic...
Expand tutorial
Steal good introductory material from http://docs.seqan.de/seqan/3-master-user/tutorial_ranges.html as suggested by @agurtovoy here in #998.
-
Updated
Apr 11, 2020 - Python
-
Updated
May 30, 2020 - Rust
I think meson might be beneficial as a build system to simplify the build file and allow building on most targets (without having to hardcode paths to homebrew or likewise).
-
Updated
Mar 30, 2020 - PHP
Hi,
thanks for the good effort you have put in this project already.
May I ask for an enhancement of the documentation?
It would be good to have an overview of the (overall) performance of the different functions.
My use case is that I have a numpy array and want to apply a rolling standard deviation window on one of the columns and put it in another column of this numpy array.
It w
-
Updated
Jun 3, 2020 - PHP
It would be nice to have some more information on why Universal, Canonical, Contiguous exist and their difference in "Internal Binary Representation" section in Slice docs.
Also, this page is empty.
-
Updated
Sep 14, 2019 - Python
-
Updated
Feb 26, 2020 - C#
Hi,
These are three suggestions for the docs, which were in my review.
- Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.) _The repo contains a benchmark folder with a benchmark file that compares the proposed approach with other "julian" approaches to obtain the same functionality. Maybe the a
Update Contributing Guide
Xezilaires annotations support requires Doctrine Annotations component. Install "doctrine/annotations" to use it.
Install either phpoffice/phpspreadsheet or box/spout to read Excel files
etc
Add clippy
Clippy will help good coding practices be enforced. It's a bit finicky with requiring Rust nightly and both will need to be set to a specific versions for the C.I. tests.
-
Updated
Oct 3, 2018 - TypeScript
-
Updated
Jan 7, 2020 - C
-
Updated
Jul 25, 2018 - Java
-
Updated
Aug 2, 2017 - JavaScript
Improve this page
Add a description, image, and links to the iterator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iterator topic, visit your repo's landing page and select "manage topics."


A pleasure that LinkedHashMap has been added.
While I have a different point about the iterative sequence. The sequence should order by the key last time put in instead of the first time put in.
This situation is caused by the func named LinkedHashMap.Put: