Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
/ Mojo-Types Public archive

Some useful types and functions for use in Mojo code

License

Notifications You must be signed in to change notification settings

Moosems/Mojo-Types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 in dodgy)

  • SetInt (type) (found in set)

About

Some useful types and functions for use in Mojo code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages