pub fn compute_block_layout(
tree: &mut impl LayoutBlockContainer,
node_id: NodeId,
inputs: LayoutInput,
) -> LayoutOutputExpand description
Computes the layout of LayoutPartialTree according to the block layout algorithm
pub fn compute_block_layout(
tree: &mut impl LayoutBlockContainer,
node_id: NodeId,
inputs: LayoutInput,
) -> LayoutOutputComputes the layout of LayoutPartialTree according to the block layout algorithm