caffeine_lang/common/primitive_types

Types

PrimitiveTypes are the most atomic of types. I.E. the simple ones most folks think of: Boolean, Float, Integer, String.

pub type PrimitiveTypes {
  Boolean
  String
  NumericType(numeric_types.NumericTypes)
}

Constructors

Search Document