class EL_SIDE
Constants representing sides of lists, strings, geometric objects, etc
note
description: "Constants representing sides of lists, strings, geometric objects, etc"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-09-12 17:18:45 GMT (Thursday 12th September 2024)"
revision: "8"
class
EL_SIDE
feature -- Constants
Both: INTEGER = 3
Left: INTEGER = 1
None: INTEGER = 0
Right: INTEGER = 2
end