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 t(r) {
  return typeof r == "object" && "length" in r ? r : Array.from(r);
}
export {
  t as a
};
//# sourceMappingURL=array-2ff2c7a6.js.map