Converts a Janet string to a D string.
Converts from a Janet object to an object of the given type. Does absolutely no checking on its own! You must check or ensure that it will never coerce to an invalid type yourself.
Returns true if the Janet argument's type is compatible with the template type. Used for type checking at runtime.
Wraps a D value to a Janet value. Works for a bunch of built-in types as well as structs; for classes, see register.d.
Wraps a D value to a Janet value. Works for a bunch of built-in types as well as structs; for classes, see register.d.