Module janetrs::symbol[][src]

Expand description

Janet symbols and keywords types.

Structs

JanetKeyword

Janet keyword. Janet being a lisp-like language a keyword is not a especial word of the language, it is a normal string that can be defined by the user.

JanetSymbol

Janet symbol type. Usually used to name things in Janet.