j
jaipkg.dev
packages / library / jai-reflect

jai-reflect

d3532b3library

a better reflection module for Jai

No license · updated 2 months ago

Reflect.jai

This is my personal reflection library for Jai, featuring a lot of data types and utilities that I find useful. The included reflection library in Jai is actually quite minimal and could use some updating, in my opinion.

If you are doing anything that relies heavily on reflection, you may find this module useful.

Features Overview

type_info.jai

Utility procedures for checking and comparing Types

A couple of procedures for creating Type_Info structures

any.jai

Utilities for comparing, copying, allocating, and manipulating Anys

Any-like data structures for specific subsets of types Any_Array Any_Structure Any_Number Any_Proc