class EL_SHARED_IMMUTABLE_32_MANAGER
Client examples: IMMUTABLE_STRING_TEST
Shared instance of EL_IMMUTABLE_32_MANAGER
note
description: "Shared instance of ${EL_IMMUTABLE_32_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: "2024-08-20 12:41:56 GMT (Tuesday 20th August 2024)"
revision: "3"
deferred class
EL_SHARED_IMMUTABLE_32_MANAGER
inherit
EL_ANY_SHARED
feature {NONE} -- Constants
Immutable_32: EL_IMMUTABLE_32_MANAGER
once
create Result
end
end