Login
Discover
Waves
Communities
Login
Signup
Topics
#iterators
Global
Trending
Hot
New
Top
#iterators
New
Top communities
Create your community
latest #iterators created topics | Ecency
pibara
HiveDevs
2026-01-05 22:29
Version 0.3 of the Merg-E language specification : Explicit actorcitos, non-inline structural iterators, runtimes, and abstract schedular pipeline.
Final pre-implementation post on the Merg-E language: iterators&actorcitos, alternate runtimes, and abstract scheduling
$ 0.586
15
1
pibara
HiveDevs
2026-01-04 22:30
Version 0.3 of the Merg-E language specification : Actorcitos and structural iterators
On how 'if' & 'while' are abstractions on top of, and on the low level strength of structuaral iterators and actorcitos
$ 0.996
17
1
albro
Programming & Dev
2023-06-01 16:38
Python Iterators and Tricks By albro
Iterators have many uses in programming languages. Programmers frequently use iterators when using ready-made data structures. In simpler words, with iterators, we can traverse a list, array, or other
jd3
cpp
2018-04-28 16:23
C++ Associative Container - Map iterator example
Maps A stores elements that contain both a 'key' and a 'value'. An elements key is used to locate the element in the map, and the value holds the information for that key. By default maps are ordered
agsst
Town Square
2026-08-09 05:00
Published via Ecency
Promoted
I Rented a House 5 Meters From a Cemetery. Would You?
10/10, Not Scary At All I finally moved! This is my new rented house. The first time I saw it, I fell in love right away. The terrace is super wide, and the pillars are unique with stone-pattern ceramic
jd3
cpp
2018-04-28 16:10
C++ Sequence Container - Vector iterator example
Vectors A vector is a container similar to an array, but has no fixed size and can dynamically grow by pushing elements to it. A reference to all of its member functions can be found here: Ex Code #include
jd3
cpp
2018-04-28 14:31
C++ Containers and Iterators
Below is a brief reference to STL containers and iterators. This can be used to get up to speed with containers and iterators in C++. Containers A container is an abstract data type that stores a collection
slawas
programming
2018-03-21 08:06
C# langauge: Enumerators and iterators
The enumerators and iterators in general are used to move after the elements of the collection, we will start by discussing the enumerations. Enumerators Enumerator class is used for calculations, it works