Macro Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
L
 lily_arg_is_failure
 lily_arg_is_none
 lily_arg_is_some
 lily_arg_is_success
 LILY_FOREIGN_HEADER
 LILY_ID_BOOLEAN
 LILY_ID_BYTE
 LILY_ID_BYTESTRING
 LILY_ID_DBZERROR
 LILY_ID_DOUBLE
 LILY_ID_EXCEPTION
 LILY_ID_FAILURE
 LILY_ID_FILE
 LILY_ID_FUNCTION
 LILY_ID_HASH
 LILY_ID_INDEXERROR
 LILY_ID_INTEGER
 LILY_ID_IOERROR
 LILY_ID_KEYERROR
 LILY_ID_LIST
 LILY_ID_NONE
 LILY_ID_OPTION
 LILY_ID_RESULT
 LILY_ID_RUNTIMEERROR
 LILY_ID_SOME
 LILY_ID_STRING
 LILY_ID_SUCCESS
 LILY_ID_TUPLE
 LILY_ID_UNIT
 LILY_ID_UNSET
 LILY_ID_VALUEERROR
 lily_push_failure
 lily_push_none
 lily_push_some
 lily_push_success
Calls lily_arg_isa with LILY_ID_FAILURE.
Calls lily_arg_isa with LILY_ID_NONE.
Calls lily_arg_isa with LILY_ID_SOME.
Calls lily_arg_isa with LILY_ID_SUCCESS.
Put this macro at the top of any struct that is later introduced as a foreign class to the interpreter.
Identity of the Boolean class.
Identity of the Byte class.
Identity of the ByteString class.
Identity of the DivisionByZero class.
Identity of the Double class.
Identity of the Exception class.
Identity of the Failure variant of Result.
Identity of the File class.
Identity of the Function class.
Identity of the Hash class.
Identity of the IndexError class.
Identity of the Integer class.
Identity of the IOError class.
Identity of the KeyError class.
Identity of the List class.
Identity of the None variant.
Identity of the Option enum.
Identity of the Result enum.
Identity of the RuntimeError class.
Identity of the Some variant.
Identity of the String class.
Identity of the Success variant of Result.
Identity of the Tuple class.
Identity of the Unit class.
False identity for testing if a value is unset.
Identity of the ValueError class.
Shorthand for lily_push_variant with LILY_ID_FAILURE.
Shorthand for lily_push_empty_variant with LILY_ID_NONE.
Shorthand for lily_push_some with LILY_ID_SOME.
Shorthand for lily_push_success with LILY_ID_SUCCESS.
Close