abstract class $TEXT_STRING{ETP < $IS_EQ} < $STRING{ETP}
****

__This_abstract_class_characterises_all_forms_of_string_whether_binary,
___text_or_other.___The_implementations_of_this_class_shall_provide_immutable
___semantics!


Ancestors
$STRING{_} $LISTS{_} $ARR{_} $RO_ARR{_}
$CONTAINER{_} $STR $COPY $FILTERS{_}
$ELT{_} $ELT $STRINGS $HASH
$IS_EQ $NIL $IS_NIL

Descendants
$TEXT_STRING{_,_,_} RUNES STR HEX_STR



Public


Features
create(val : ETP) : SAME ;
****
__This_creation_routine_returns_a_new_text_string_consisting_of_the
___single_element_given.
index_lib : LIBCHARS ;
****
__This_reader/writer_feature_returns_the_repertoire_and_encoding
___associated_with_self.

The Sather Home Page