+
Point of view
EXTENSION_DEVICE
class CONTAINER
- std_width > 0
- std_height > 0
require
- l /= Void
- l.container = Void
ensure
require
- w > 0
- h > 0
- area.include(x, y)
- area.include(x + w - 1, y + h - 1)
frozen
effective function
frozen
effective function
frozen
effective function
frozen
effective function
frozen
effective function
ensure
-
good_hash_value: Result >= 0
is_equal (other: CONTAINER):
BOOLEAN
deferred function
require
ensure
- Result implies hash_code = other.hash_code
-
commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)