You can let your code be Rust-syntax highlighted:
let curve = create_curve (from parameters);
curve.sample(some point);
curve.pdf(some point);
See Mapping of Undefined Behavior to Source Code in Rust - #2 by RustyYato
You can let your code be Rust-syntax highlighted:
let curve = create_curve (from parameters);
curve.sample(some point);
curve.pdf(some point);
See Mapping of Undefined Behavior to Source Code in Rust - #2 by RustyYato