module Kaze::Yawaraka
Overview
The standard library.
Extended Modules
Defined in:
yawaraka.crMacro Summary
- 
        create_native_fun(class_name, arity, body)
        
          
Macro to create a native function in the library.
 
Macro Detail
        
        macro create_native_fun(class_name, arity, body)
        #
      
      
        Macro to create a native function in the library.