Skip to main content

list_macro_shape

Function list_macro_shape 

Source
pub fn list_macro_shape(
    head: Symbol,
    tail: Vec<Arc<dyn Shape>>,
) -> Arc<dyn Shape>
Expand description

Builds a list shape with a fixed head symbol followed by the given tail.