macro_rules! field {
($block:ident, $i:expr) => { ... };
}Expand description
Extracts from the $block an OCaml value at the $ith-field
macro_rules! field {
($block:ident, $i:expr) => { ... };
}Extracts from the $block an OCaml value at the $ith-field