minirust icon indicating copy to clipboard operation
minirust copied to clipboard

Add support for 'char'

Open RalfJung opened this issue 8 months ago • 0 comments

This is basically a 4-byte integer type, but with a particular validity invariant: in must be in the range 0..=0x10FFFF, and not in the range 0xD800..=0xDFFF.

RalfJung avatar Jun 14 '24 12:06 RalfJung