~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
website/src/content/docs/declarations/aliases.md
---title: Type Aliasdescription: These are basic types---
```rstype Size = inttype Metre = floattype MapString[T] = Map[String, T]```