memcmp method

bool memcmp(
  1. JSUint8Array b1,
  2. JSUint8Array b2
)

Implementation

external bool memcmp(JSUint8Array b1, JSUint8Array b2);