Bruce M Simpson bff27689a0 Document the RB_FOREACH_FROM() and RB_FOREACH_REVERSE_FROM() macros.
These are largely syntactic sugar. However, they improve code
readability where an RB_FOREACH() or RB_FOREACH_REVERSE()
traversal has been interrupted and must be resumed. Performance
is improved by avoiding unnecessary traversal from the head node.
2013-11-10 19:41:04 +00:00
..
2013-04-11 18:46:41 +00:00
2012-09-12 21:03:48 +00:00
2013-04-15 03:02:55 +00:00
2011-02-24 10:21:26 +00:00
2012-05-11 20:06:46 +00:00
2012-09-14 17:50:42 +00:00