class WEL_INTEGER_ARRAY General cluster: wel.structs description: "Fixed integer array for WEL_STRUCTURE. Used internally by WEL. useful to protect integer arrays within an external call" create: make Ancestors WEL_STRUCTURE Queries count: INTEGER exists: BOOLEAN item: POINTER shared: BOOLEAN structure_size: INTEGER to_array (a_lower: INTEGER): ARRAY [INTEGER] to_integer: INTEGER Commands dispose initialize initialize_with_character (a_character: CHARACTER) memory_copy (source_pointer: POINTER; length: INTEGER) set_item (an_item: POINTER) set_shared set_unshared Constraints positive count