Virtual API Pattern
The virtual API pattern provides a way of implementing a generic API with a multitude of specific implementations in the most lightweight, type safe and memory efficient way possible.
The virtual API pattern provides a way of implementing a generic API with a multitude of specific implementations in the most lightweight, type safe and memory efficient way possible.