a, *, c = list
And people often use _ as a placeholder when not using splatting:
a, _, _, c, d = list
a, *, c = list
And people often use _ as a placeholder when not using splatting:
a, _, _, c, d = list