class EL_READABLE_STRING_GENERAL_ROUTINES

(source code)

Client examples: IF_ATTACHED_ITEM_VS_CONFORMING_INSTANCE_TABLE

description

Routines for classes conforming to READABLE_STRING_GENERAL

note
	description: "Routines for classes conforming to ${READABLE_STRING_GENERAL}"

	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-01-20 19:18:25 GMT (Saturday 20th January 2024)"
	revision: "9"

expanded class
	EL_READABLE_STRING_GENERAL_ROUTINES

inherit
	EL_READABLE_STRING_GENERAL_ROUTINES_IMP

	EL_EXPANDED_ROUTINES

end