Module fns

Source
Expand description

General purpose lisp functions

Structs§

StringOrSymbol 🔒

Enums§

StringOrChar 🔒

Functions§

append 🔒
assoc 🔒
assq 🔒
base64_encode 🔒
base64_encode_string 🔒
Base64-encode STRING and return the result.
base64url_encode_string 🔒
Base64URL-encode STRING and return the result.
build_list 🔒
clear_string 🔒
compare_strings 🔒
concat 🔒
copy_alist 🔒
copy_alist_elem 🔒
copy_sequence 🔒
debug_enabled 🔒
defvaralias 🔒
delete 🔒
delete_from_list 🔒
delq 🔒
disable_debug 🔒
elt 🔒
enable_debug 🔒
eq 🔒
eql 🔒
equal 🔒
equal_including_properties 🔒
featurep 🔒
gethash 🔒
hash_table_p 🔒
identity 🔒
join 🔒
length 🔒
levenshtein_distance 🔒
make_hash_table 🔒
mapc 🔒
mapcan 🔒
mapcar 🔒
mapconcat 🔒
maphash 🔒
member 🔒
member_of_list 🔒
memq 🔒
memql 🔒
nconc 🔒
nreverse 🔒
nth 🔒
nthcdr 🔒
plist_get
plist_member 🔒
prin1_to_string 🔒
proper_list_p 🔒
puthash 🔒
rassq 🔒
remhash 🔒
require 🔒
reverse 🔒
safe_length 🔒
secure_hash_algorithms 🔒
slice_into_list 🔒
sort 🔒
string_bytes 🔒
string_distance 🔒
string_equal 🔒
string_lessp 🔒
string_search 🔒
string_to_multibyte 🔒
string_version_lessp 🔒
substring 🔒
take 🔒
vconcat 🔒

Type Aliases§

EqFunc 🔒