class EL_ROUTINES
Client examples: HEXAGRAM_NAMES_I
Base class for stateless classes that consist only of routines
note
description: "Base class for stateless classes that consist only of routines"
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: "2025-04-15 17:33:23 GMT (Tuesday 15th April 2025)"
revision: "1"
deferred class
EL_ROUTINES
inherit
ANY
undefine
copy, default_create, is_equal, out
end
end