Mojo-Types
Mojo-Types copied to clipboard
Some useful types and functions for use in Mojo code
Mojo-Types
This repo contains some useful types and functions to use in Mojo. To use a type/function, simply copy the types folder and import it into your project. Documentation on each type can be found in the respective README of the folder.
Documentation should follow a style similar to that used in the official Mojo Docs.
Contributing:
To add a type/function: put it in its own folder which has a main file (same name as the folder) and a README containing documentation and open a PR.
To update docs: open a PR with your fixes and they will be reviewed shortly thereafter.
Here are the types/functions currently in the repo:
-
Array(type) -
Matrix(type) -
input()(function) -
Pair(type) -
DodgyString(type) (found indodgy) -
SetInt(type) (found inset)