struct UnicodeCharRange

Declaration

struct UnicodeCharRange { /* full declaration omitted */ };

Description

Represents a closed range of Unicode code points [Lower, Upper].

Declared at: llvm/include/llvm/Support/UnicodeCharRanges.h:23

Member Variables

public uint32_t Lower
public uint32_t Upper