[][src]Module hlvm_runtime::object

Structs

BigDecimal

A big decimal type.

Enums

Instruction
ParseBigDecimalError
Problem
Type

Constants

NOTHING

Traits

FromPrimitive

A generic trait for converting a number to a value.

Num

The base trait for numeric types, covering 0 and 1 values, comparisons, basic numeric operations, and string conversion.

Object
One

Defines a multiplicative identity element for Self.

Signed

Useful functions for signed numbers (i.e. numbers that can be negative).

ToPrimitive

A generic trait for converting a value to a number.

Zero

Defines an additive identity element for Self.

Type Definitions

Contents