class
	WEL_ARRAY [G -> WEL_STRUCTURE]

General
	cluster: wel.structs
	description: "Fixed array for WEL_STRUCTURE. Used internally by WEL."
	create: make

Ancestors
	WEL_STRUCTURE

Queries
	count: INTEGER
	exists: BOOLEAN
	i_th_item (index: INTEGER): POINTER
	item: POINTER
	item_size: INTEGER
	shared: BOOLEAN
	structure_size: INTEGER
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	put (an_item: G; index: INTEGER)
	set_item (an_item: POINTER)
	set_shared
	set_unshared

Constraints
	positive count
	positive item size