Sha256: a0abfe413c596cd218b4c91c181c023cdb996022f545ab1dcf0090e4ad8aff0f
Contents?: true
Size: 227 Bytes
Versions: 63
Compression:
Stored size: 227 Bytes
Contents
/**! Inserts all of the elements from #rhs into the array. */ define array->+(rhs::trait_forEach) => { local(a = .asCopy); #rhs->forEach => { #a->insert(#1) } return (#a) } define array->onCompare(n::null) => 1
Version data entries
63 entries across 63 versions & 8 rubygems