16 lines
379 B
JavaScript

const EXPECTED = {
'query': '&',
'others': [
{
'path': 'std',
'name': 'reference',
'desc': "References, <code>&amp;T</code> and <code>&amp;mut T</code>.",
},
{
'path': 'std::ops',
'name': 'BitAnd',
'desc': "The bitwise AND operator <code>&amp;</code>.",
},
],
};