Skip to content

crelte / std

crelte

Crelte Standard library

Provides standard utility functions and types for Crelte applications.

Modules:

Interfaces

InterfaceDescription
Cloneable-

Type Aliases

Type AliasDescription
CloneableOrPrimitiveA type that represents a value that can be cloned.

Functions

FunctionDescription
cloneCreates a clone of the provided value. The values need to be either a primitive or implement the Cloneable interface.
timeoutDelays for a specified amount of time.