MallocBuf.opIndex - multiple declarations
Function MallocBuf.opIndex
const array[index];
T opIndex(
uint index
) const;
Function MallocBuf.opIndex
ref array[index];
ref T opIndex(
uint index
);