igorgue / Mojo-Types

Some useful types and functions for use in Mojo code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

  • input() (function)

  • Pair (type)

  • DodgyString (type) (found in dodgy)

  • SetInt (type) (found in set)

About

Some useful types and functions for use in Mojo code

License:MIT License