pub(crate) fn append<'ob>(
append: Gc<ObjectType<'ob>>,
sequences: &[Gc<ObjectType<'ob>>],
cx: &'ob Context<'_>,
) -> Result<Gc<ObjectType<'ob>>>
pub(crate) fn append<'ob>(
append: Gc<ObjectType<'ob>>,
sequences: &[Gc<ObjectType<'ob>>],
cx: &'ob Context<'_>,
) -> Result<Gc<ObjectType<'ob>>>