AnyCursor

A type-erased cursor.

Cursor.swift:740
final class AnyCursor<Element>

An instance of AnyCursor forwards its operations to an underlying base cursor having the same Element type, hiding the specifics of the underlying cursor.