Print method for disord objects
show.RdShow methods for disords
Details
The print method simply prints the object's hash and its elements,
together with a reminder that the elements are listed in an
implementation-specific order. Function disord_show() is a
helper function, not really intended for the end-user.
Examples
print(rdis())
#> A disord object with hash 8b96c7d611f9bf43c238eca406d4d0e809c26bc3 and elements
#> [1] 9 5 2 8 2 4 5 7 4
#> (in some order)