Function swipl::blob::put_arc_in_term

source ·
pub unsafe fn put_arc_in_term<T>(
    term: &Term<'_>,
    blob_definition: &'static PL_blob_t,
    arc: &Arc<T>
)
Expand description

Put an arc into the given term, using the given blob definition.

This is used from the arc blob macros.

Safety

This is unsafe cause no attempt is made to ensure that the blob definition matches the given data.