Coverpoint bins inclusion / exclusion

In reply to dave_59:

Do you know to make a single bin, when a coverpoint is any of the values in that array?

bit [31:0] my_array[4]={1,2,3,4};

//…

bins single_bin = my_array; // syntax?