missing type definition from book

master
Andrew Johnson 6 years ago
parent c02f558aa5
commit 43040a6094

@ -10,6 +10,12 @@ struct PointF32
y: f32
}
struct PointI32
{
x: i32,
y: i32
}
//can be written with generics
struct Point<T>
{

Loading…
Cancel
Save