Appearance
Empty
int[] empty = []; (empty == Array.Empty<int>()).Dump(); // true
IEnumerable<int> empty = []; (empty == Array.Empty<int>()).Dump(); // true