Packages

hangman API to interact with hangman dictionary

Current section

Files

Jump to
Raw

README.md

# Hangman
**Hangman**
## Learnings
### ``@type``
Definfing types for a constant
### ``@spec``
statically typing a function
### ``@opaque``
defining type for a constant and make it read_only
### ``defdelegate``
to point to actual method implimentation from another module