Module janetrs::util[][src]

Expand description

Module for stuff that are not required either to use in a application or to write janet modules.

Structs

JanetBuildConfig

Janet configuration in the build.

JanetVersion

Janet version representation.

Functions

c_func
check_fix_arity

Checks if the given args have the same amount of expected arguments, if the check fails it panics from the Janet side.

check_range_arity

Check if the given args have the expected arguments in the inclusive range, if the check fails it panics from the Janet side.

def

Add a Janet immutable variable in the given environment.

var