iswlower method

int iswlower(
  1. int _C
)

Implementation

int iswlower(
  int _C,
) {
  return (_iswlower ??=
      _dylib.lookupFunction<_c_iswlower, _dart_iswlower>('iswlower'))(
    _C,
  );
}