Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
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)
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com