#crystals
Read more stories on Hashnode
Articles with this tag
The word iterate means doing one thing multiple times and that is what iterators do. Sometimes iterators are termed as the custom loops. ...
A constructor in Crystal is a special method of a class that automatically gets invoked whenever an instance of the class is created. It is...