igValueInt function

void igValueInt(
  1. Pointer<Uint8> prefix,
  2. int v
)
void igValueInt(
 byte* prefix ,
 int v
);

Implementation

void igValueInt(Pointer<Uint8> prefix, int v) => _igValueInt(prefix, v);