vararg is ALWAYS an array. if you provide no items...
# announcements
a
vararg is ALWAYS an array. if you provide no items for the vararg, the vararg is an empty array, if you provide multiple items, the vararg array contains them. it would be strange to get a null vararg.