Automatic generation produced by ISE Eiffel
class SPECIAL [T] General cluster: base.kernel description: "Special objects: homogeneous sequences of values, used to represent arrays and strings" create: make Ancestors ANY Queries all_default (upper: INTEGER): BOOLEAN count: INTEGER item (i: INTEGER): T same_items (other: [like Current] SPECIAL [T]; upper: INTEGER): BOOLEAN Commands clear_all make (n: INTEGER) put (v: T; i: INTEGER) -- Generated by ISE Eiffel --
For more details: www.eiffel.com