Reduct  v1.0.4-3-gdaf0d70
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 fn
 

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.

◆ fn

reduct_native_fn reduct_native_t::fn

Definition at line 34 of file native.h.


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