class Xapian::Mset::Iterator

Included Modules

Defined in:

xapian/mset.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(iterator : LibXapian::MsetIterator) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator({UInt32, Xapian::Document})

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
def to_unsafe : LibXapian::MsetIterator #

[View source]