Skip to main content

Mojo module

repr

Provide the repr function.

The functions and traits provided here are built-ins, so you don't need to import them.

Traits

  • Representable: A trait that describes a type that has a String representation.

Functions

  • repr: Returns the string representation of the given value.

Was this page helpful?