var.putInto

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

struct var
ref
putInto
(
T
)
(
ref T t
)

Meta