How to make just points array from several divided curves?

Hi! I divided several curves with Division by Distance and got several arrays of points. But I want to apply Delauneay Mesh to them, so I have to get just an array of points, something to make the right list from the left list. How can I do it?

Flatten and Cull Duplicates?