ct via Digitalmars-d-learn Thu, 29 Jun 2017 05:36:07 -0700
I have something similar to the following:
class Editor { void OnNextPreviousMatch(bool is_forward, SearchEntry entry) { } }