• Austin Clements's avatar
    radix: Add a method to skip nulls and use it when initializing · c3856fc7
    Austin Clements 提交于
    I think the semantics used to be that the iterator would always start
    at the first non-null element, which I broke when I switched to the
    iterative implementation.  This fixes that and introduces a method
    that will be useful once iterators can point to null elements.
    c3856fc7
radix.cc 8.6 KB