class
	WIDE_CHARACTER_REF

General
	cluster: base.kernel
	description: "References to objects containing a unicode character value"

Ancestors
	COMPARABLE
	HASHABLE

Queries
	infix ">=" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN
	infix ">" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN
	infix "<=" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN
	infix "<" (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN
	code: INTEGER
	hash_code: INTEGER
	is_equal (other: [like Current] WIDE_CHARACTER_REF): BOOLEAN
	Is_hashable: BOOLEAN
	item: WIDE_CHARACTER
	max (other: [like Current] WIDE_CHARACTER_REF): [like Current] WIDE_CHARACTER_REF
	min (other: [like Current] WIDE_CHARACTER_REF): [like Current] WIDE_CHARACTER_REF
	out: STRING
	three_way_comparison (other: WIDE_CHARACTER_REF): INTEGER

Commands
	set_item (c: WIDE_CHARACTER)