CharacterPair typedef

CharacterPair = (String, String)

Implementation

typedef CharacterPair = (
  _i2.String,
  _i2.String,
);