fn record<'ob>(
type_: Gc<ObjectType<'ob>>,
slots: &[Gc<ObjectType<'ob>>],
cx: &'ob Context<'_>,
) -> RecordBuilder<'ob>
fn record<'ob>(
type_: Gc<ObjectType<'ob>>,
slots: &[Gc<ObjectType<'ob>>],
cx: &'ob Context<'_>,
) -> RecordBuilder<'ob>