Skip to main content

One doc tagged with "library"

View All Tags

Imports

To use functions from the standard library in a contract, the relevant library file must be imported using the import declaration. The following code snippet shows how to import the functions from the ListUtils and IntUtils libraries: