Calls get for a type automatically. int a; var b; b.putInto(a); will auto-convert to int.
See Implementation
Calls get for a type automatically. int a; var b; b.putInto(a); will auto-convert to int.