# Functions
IgnoreKinds constructs an Option that configures an invalidating iterator to skip trashing k/v pairs with the provided key kinds.
MaybeWrapIfInvariants wraps some iterators with an invalidating iterator.
NewIter constructs a new invalidating iterator that wraps the provided iterator, trashing buffers for previously returned keys.
# Interfaces
Option configures the behavior of an invalidating iterator.