Add get_field Method for Field Reflection
This MR adds a get_field(&self, index: usize) -> Option<Box> method, enabling dynamic field access by index. This enhances introspection capabilities while maintaining type safety.
This MR adds a get_field(&self, index: usize) -> Option<Box> method, enabling dynamic field access by index. This enhances introspection capabilities while maintaining type safety.