home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
INTERNALS
INTERNALS_HANDLER
All features
class NATIVE_ARRAY_INTERNALS [E_]
Summary
top
Warning:
This interface is tentative and may change to a large extent from SmartEiffel 2.2 to SmartEiffel 2.3.
NATIVE_ARRAY_INTERNALS
plays the same role as
TYPED_INTERNALS
, except they describe
NATIVE_ARRAY
's.
Direct parents
inherit list:
TYPED_INTERNALS
Overview
top
creation features
exported features
is_equal
(other: NATIVE_ARRAY_INTERNALS [E_]):
BOOLEAN
Is
other
attached to an object considered equal to current object?
is_equal
(other: NATIVE_ARRAY_INTERNALS [E_]):
BOOLEAN
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)