Skip to main content

install_cons_list_lib

Function install_cons_list_lib 

Source
pub fn install_cons_list_lib(cx: &mut Cx) -> Result<()>
Expand description

Registers the ConsBackend in the list registry and loads ConsListLib, making cons-cell lists available to cx.

Idempotent: returns early if the list/cons lib is already present.