#[derive(Debug)] pub struct Vec2 { pub x: Value, pub y: Value, }