added type aliases, declaring impls

This commit is contained in:
Andrew Segavac
2021-06-13 10:38:13 -06:00
parent 972fbd064b
commit 02797309d9
5 changed files with 59 additions and 5 deletions

View File

@@ -42,7 +42,10 @@ TODO:
* ~Literal~
* ~Getter~
* ~Setter~
* ~Type Aliases~
* Methods
* ~Declaration~
* Use
* Traits
* Generics
* Enums
@@ -51,3 +54,5 @@ TODO:
* Lambdas
* Async
* Imports
* Visibility
* Const / Mut