IntCallback typedef

IntCallback = int Function()

A function that returns an int.

Implementation

typedef IntCallback = int Function();