cher-nov / Gena

Generic pseudo-templated containers for C. Written entirely in C89 with design inspired by the C++ STL. /// DOCS ARE SLIGHTLY OUTDATED, PROJECT IS STABLE AND STILL BEING DEVELOPED
https://habr.com/ru/post/324210/
Do What The F*ck You Want To Public License
89 stars 6 forks source link

Iterators #5

Closed cher-nov closed 6 years ago

cher-nov commented 7 years ago

1. Should support dereference operation. This can be done since value is always nearly from its managing structure (tree node, for example).

  1. Should be intercompatible between different data structures.
cher-nov commented 6 years ago

Done in 2218673abbc064aca647b55dce8284130f626477.