Skip to main content

Type Alias: TypeAlias

TypeAlias = keyof TypeAliasMap

String aliases for FFI types. Can be used in dlopen symbol definitions instead of type objects from types.

Supports short (i32, u8, f64, ptr), C-style (int, char, double), and stdint-style (uint32_t, int64_t) names.