How to partially apply member functions?

ct via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 29 05:31:58 PDT 2017


I have something similar to the following:

class Editor {
   void OnNextPreviousMatch(bool is_forward, SearchEntry entry) {
}
}


More information about the Digitalmars-d-learn mailing list