optInteger abstract method

int? optInteger(
  1. int arg,
  2. int? d
)

Implementation

int? optInteger(int arg, int? d);