pub fn object_dyn(out: &mut CodeValue, keys: &[&str], values: &mut SlotBuffer)Expand description
object, for keys that are not 'static — built from a parsed
document, a database row, an HTTP form. code_object copies each key’s
bytes into the new value’s own block, so the &strs only have to live
for the duration of this call.