Felix Lange
4047ccad2f
trie: add start key to NodeIterator constructors
...
The 'step' method is split into two parts, 'peek' and 'push'. peek
returns the next state but doesn't make it current.
The end of iteration was previously tracked by setting 'trie' to nil.
End of iteration is now tracked using the 'iteratorEnd' error, which is
slightly cleaner and requires less code.
2017-04-25 02:14:31 +02:00
..
2017-03-01 01:11:24 +01:00
2017-04-25 02:14:31 +02:00
2017-04-06 11:38:21 +03:00
2017-04-14 10:29:00 +02:00
2014-12-04 10:28:02 +01:00
2017-04-05 00:16:29 +02:00
2017-04-05 00:16:29 +02:00
2017-04-06 17:34:19 +03:00
2017-04-10 12:24:12 +02:00
2017-04-12 16:38:31 +03:00
2016-11-24 22:12:54 +01:00
2017-04-05 00:16:29 +02:00
2017-04-12 16:38:31 +03:00
2017-04-12 18:47:47 +02:00
2017-04-06 17:34:19 +03:00
2017-04-05 00:16:29 +02:00
2017-02-28 15:03:20 +02:00
2017-04-06 17:34:19 +03:00
2017-01-06 14:15:22 +01:00
2017-04-14 10:29:00 +02:00
2015-07-28 04:29:42 -07:00
2015-07-23 18:35:11 +02:00
2017-04-06 17:34:19 +03:00
2017-04-06 11:38:21 +03:00
2017-04-06 11:38:21 +03:00
2017-03-23 15:58:43 +01:00
2017-04-05 00:16:29 +02:00
2017-04-06 11:38:21 +03:00
2017-04-12 16:38:31 +03:00
2015-10-04 01:13:56 +02:00
2017-03-23 15:58:43 +01:00
2017-04-12 16:38:31 +03:00
2017-04-06 17:34:19 +03:00
2016-09-02 14:15:40 +03:00
2017-01-06 19:44:35 +02:00
2017-03-23 15:58:43 +01:00
2017-02-28 16:55:37 +02:00
2017-04-05 00:16:29 +02:00