class FMAP{K,T} < $STR
****

________This_class_provides_an_implementation_of_maps_from_key
___objects_(of_type_K)_to_target_objects_of_type_T_requiring_write-backs.
________In_this_form_void_may_not_be_a_key,_`key_nil'_may_be_redefined._If
___K_is_a_subtype_of_$IS_EQ,_then_`is_eq'_will_be_used_for_key_equality_test
___(eg._string_equality_for_STR),_otherwise_object_equality_is_used.
________If_K_is_a_subtype_of_$HASH,_then_`hash'_will_be_used_for_the_hash
___value,_otherwise_the_element_`id'_will_be_used.


Flattened version is here

Ancestors
$STR



Public


Features

Iters


Private


The Sather Home Page