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

Native function definition structure. More...

#include <native.h>

Collaboration diagram for reduct_native_t:

Data Fields

const char * name
 
reduct_native_fn nativeFn
 
reduct_native_intrinsic_fn intrinsicFn
 

Detailed Description

Native function definition structure.

Definition at line 31 of file native.h.

Field Documentation

◆ name

const char* reduct_native_t::name

Definition at line 33 of file native.h.

◆ nativeFn

reduct_native_fn reduct_native_t::nativeFn

Definition at line 34 of file native.h.

◆ intrinsicFn

reduct_native_intrinsic_fn reduct_native_t::intrinsicFn

Definition at line 35 of file native.h.


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