Can/should we accept booleans as metavariable arguments?
Right now we can't accept #[deftly(builder(setter=true))]
; we require that all arguments be quoted.
This means that we can't exactly replicate the behavior of derive_builder. But I'm not sure this is worth fixing.