Function multiSiftDown

void multiSiftDown(alias compFun, T...) (
  T input,
  size_t root,
  size_t end
);