class EL_SHARED_IMMUTABLE_8_MANAGER
Client examples: EIFFEL_SOURCE_COMMAND_TEST_SET ; EIFFEL_SOURCE_READER ; IMMUTABLE_STRING_TEST
Shared instance of EL_IMMUTABLE_8_MANAGER
note
	description: "Shared instance of ${EL_IMMUTABLE_8_MANAGER}"
	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-09 12:49:01 GMT (Wednesday 9th April 2025)"
	revision: "5"
		
		deferred class
	EL_SHARED_IMMUTABLE_8_MANAGER
inherit
	EL_ANY_SHARED
feature {NONE} -- Constants
	Immutable_8: EL_IMMUTABLE_8_MANAGER
		once
			create Result
		end
end