class EL_COMPACT_SUBSTRINGS_32
Client examples: COMPACT_SUBSTRINGS_32_BUFFERING_COMPARISON ; COMPACT_SUBSTRINGS_32_ITERATION_COMPARISON
Creatable implementation of abstract class EL_COMPACT_SUBSTRINGS_32_I
note
description: "[
Creatable implementation of abstract class ${EL_COMPACT_SUBSTRINGS_32_I}
]"
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-02-07 16:51:30 GMT (Friday 7th February 2025)"
revision: "74"
class
EL_COMPACT_SUBSTRINGS_32
inherit
EL_COMPACT_SUBSTRINGS_32_I
EL_EXTENDABLE_AREA_IMP [CHARACTER_32]
export
{EL_COMPACT_SUBSTRINGS_32_BASE} area
end
create
make, make_from_other, make_joined, make_from_intervals
end