Module fns

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 ๐Ÿ”’