scopegraphs-render-docs 0.3.3

Derived from Aquamarine, a mermaid.js integration for rustdoc, renders scopegraphs by executing doctests to generate mermaid
Documentation
1
2
3
4
5
6
7
function array(x) {
  return typeof x === "object" && "length" in x ? x : Array.from(x);
}
export {
  array as a
};
//# sourceMappingURL=array-b7dcf730.js.map