class
	KL_ARRAY_ROUTINES [G]

General
	cluster: kernel
	description: "Routines that ought to be in class ARRAY"

Ancestors
	KL_IMPORTED_ANY_ROUTINES

Queries
	Any_: KL_ANY_ROUTINES
	cloned_array (an_array: ARRAY [G]): ARRAY [G]
	has (an_array: ARRAY [G]; v: G): BOOLEAN
	has_void (a_array: ARRAY [G]): BOOLEAN
	make_empty_with_lower (min_index: INTEGER_32): ARRAY [G]
	make_from_array (an_array: ARRAY [G]; min_index: INTEGER_32): ARRAY [G]
	subarray (an_array: ARRAY [G]; start_pos, end_pos, min_index: INTEGER_32): ARRAY [G]

Commands
	resize (an_array: ARRAY [G]; min_index, max_index: INTEGER_32)
	resize_with_default (an_array: ARRAY [G]; a_default_value: G; min_index, max_index: INTEGER_32)
	subcopy (an_array, other: ARRAY [G]; start_pos, end_pos, index_pos: INTEGER_32)


Generated by ISE EiffelStudio