Crate rulox_types

source ·
Expand description

rulox_types is a collection of types used by the rulox crate to represent dynamically typed values.

Structs

Enums

  • An iterator over a LoxValue::Array or a LoxValue::String.
  • A dynamically typed value used by Lox programs.

Traits

Functions

  • Returns a read-only RAII guard for the shared pointer.
  • Returns a read-write RAII guard for the shared pointer.

Type Aliases