OptionalInt typedef

OptionalInt = Optional<int>

Implementation

typedef OptionalInt = Optional<int>;