Package-level declarations

Types

Link copied to clipboard

The type of booleans.

Link copied to clipboard

The type of a function or a function like object.

Link copied to clipboard

The type assigned to HostSetValues.

Link copied to clipboard

The type assigned to HostValues.

Link copied to clipboard
data class ImmutableCellType(val elementType: ValueType) : ObjectType

The type of ImmutableCell objects.

Link copied to clipboard
data class MutableCellType(val elementType: ValueType) : ObjectType

The type of MutableCell objects.

Link copied to clipboard
abstract class ObjectType : Type

The type of objects.

Link copied to clipboard

The type of strings.

Link copied to clipboard
data class VectorType(val elementType: ValueType) : ObjectType

The type of a Vector object.