Skip to main content

shape

Function shape 

Source
pub fn shape(func: &Func) -> Shape
Expand description

What a function looked like before the rewrite.

ยงPanics

Panics on a function with more instructions than a usize counts, which is one no machine has the memory to hold.