~repos /plum

#treesitter#compiler#wasm

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 Alias
description: These are basic types
---
```rs
type Size = int
type Metre = float
type MapString[T] = Map[String, T]
```