Hash :
fee1cdd8
Author :
Thomas de Grivel
Date :
2024-01-05T14:47:14
a = (U8) { 1, 2, 3 }
1
a = (U8) { 1, 2, 3 }
quote %GL.Sphere{}
quote %GL.Sphere{segments_u: 100}
%GL.Sphere{segments_u: 100}
%GL.Sphere{segments_u: 100 + 1}
%GL.Sphere{segments_u: (Uw) (100 + 1)}
a = (U8) { 1, 2 }
quote a[0]
a[0]
a = (U8) { 1, 2 }
a[0]
a = (U8) { 1, 2 }
a[0]
quote (GL.Vertex) {}
(GL.Vertex) {}
(void) 0
type(void)
type((void) 0)
quote (void) 0
quote (Void) 0
type((Void) 0)
quote (Void) 0
%GL.Point2D{}