bind               package:VanillaICE               R Documentation

_C_o_m_b_i_n_e _t_w_o _o_b_j_e_c_t_s _o_f _t_h_e _s_a_m_e _c_l_a_s_s

_D_e_s_c_r_i_p_t_i_o_n:

     Combine two objects of the same class. Defined only for classes
     extending 'hSet'

_U_s_a_g_e:

     bind(object1, object2, ...)

_A_r_g_u_m_e_n_t_s:

 object1: object  extending class 'hSet'

 object2: must be the same class as 'object1'

     ...: Not implemented

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     An object of the same class as 'object1'

_N_o_t_e:

_A_u_t_h_o_r(_s):

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

_E_x_a_m_p_l_e_s:

