Crystal-Lang-Mixin
When a class can inherit features from more than one parent class, the class is supposed to have multiple inheritance. But Crystal does not support multiple inheritance directly and instead uses a facility called mixin. Mixins in Crystal allows modul...
malloc.engineersnation.com2 min read