````D
struct pair { float x, y;}

pair p[] = [[0, 0], [255, 255], [25,-25]]; //nope
````

Reply via email to