Closed j-mie6 closed 1 year ago
Code Climate has analyzed commit 2b24e6bf and detected 1 issue on this pull request.
Here's the issue category breakdown:
Category | Count |
---|---|
Style | 1 |
The test coverage on the diff in this pull request is 94.8% (50% is the threshold).
This pull request will bring the total coverage in the repository to 90.1%.
View more on Code Climate.
Optimises the generic combinators used for unicode consumption:
satisfyUtf16
andcharUtf16
. The former was previously using aflatMap
, so this should be a substantial improvement.