LetIndexPage typedef

LetIndexPage = bool Function(int value)

Function type that takes an integer value and returns a boolean.

Implementation

typedef LetIndexPage = bool Function(int value);