Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_native_entry_t Struct Reference

Native map entry. More...

#include <native.h>

Collaboration diagram for reduct_native_entry_t:

Data Fields

uint32_t hash
 
uint32_t length
 
reduct_native_fn nativeFn
 
reduct_native_intrinsic_fn intrinsicFn
 
char * name
 

Detailed Description

Native map entry.

Definition at line 71 of file native.h.

Field Documentation

◆ hash

uint32_t reduct_native_entry_t::hash

Definition at line 73 of file native.h.

◆ length

uint32_t reduct_native_entry_t::length

Definition at line 74 of file native.h.

◆ nativeFn

reduct_native_fn reduct_native_entry_t::nativeFn

Definition at line 75 of file native.h.

◆ intrinsicFn

reduct_native_intrinsic_fn reduct_native_entry_t::intrinsicFn

Definition at line 76 of file native.h.

◆ name

char* reduct_native_entry_t::name

Definition at line 77 of file native.h.


The documentation for this struct was generated from the following file: