How would I go about writing my own Intelli-J inspection? I\'m looking for some general guides or resources.
I am writing a memory-managing template class in which I want to create a C-style array of fixed size, to serve as a heap. I keep the objects stored in an array like this: