FlatbushFilter typedef

FlatbushFilter = bool Function(ItemIdx index)

A function that filters the results of a search based on the index of the item.

Implementation

typedef FlatbushFilter = bool Function(ItemIdx index);