I am wondering if inserting an element `c = 3` into `(a = 1, b = 2)`, so that the result is `(a = 1, c =3, b = 2)`, is possible with this package. `@insert x.c = ...` will always insert last.