typedef VisitCallback<T> = bool Function(QuadNode<T> node, num left, num top, num right, num bottom);