crelte / std
crelte
Crelte Standard library
Provides standard utility functions and types for Crelte applications.
Modules:
Interfaces
| Interface | Description |
|---|---|
| Cloneable | - |
Type Aliases
| Type Alias | Description |
|---|---|
| CloneableOrPrimitive | A type that represents a value that can be cloned. |
Functions
| Function | Description |
|---|---|
| clone | Creates a clone of the provided value. The values need to be either a primitive or implement the Cloneable interface. |
| timeout | Delays for a specified amount of time. |