class
	WEL_CHARACTER_ARRAY

General
	cluster: wel
	description: "Fixed character array for WEL_STRUCTURE. Used internally by WEL.  useful to protect character arrays within an external call"
	create: make

Ancestors
	WEL_STRUCTURE*

Queries
	count: INTEGER_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_CHARACTER_ARRAY): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	structure_size: INTEGER_32
	to_array (a_lower: INTEGER_32): ARRAY [CHARACTER_8]

Commands
	copy (other: [like Current] WEL_CHARACTER_ARRAY)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared

Constraints
	positive count