class
	TO_SPECIAL [T]

General
	cluster: elks
	description: "References to special objects, for direct access to arrays and strings"
	create: make_empty_area, make_filled_area

Ancestors
	ANY

Queries
	area: SPECIAL [T]
	at alias "@" (i: INTEGER_32): T
	item alias "[]" (i: INTEGER_32): T
	valid_index (i: INTEGER_32): BOOLEAN

Commands
	put (v: T; i: INTEGER_32)


Generated by ISE EiffelStudio