Search
Searching is implemented using a keyword searching system, so looking for keywords rather than trying to type sentences will give better results. This resource is most helpful if you already know what you are looking for and just want the characters to copy-paste. If you are having trouble finding a built-in, consider asking in the Vyxal chat room. If something does not appear under a certain keyword and you believe it should, consider opening an issue or pull request to the GitHub repository. If you want to search by a specific character sequence in the description that isn't a keyword, consider using Ctrl-F on this page.
-
filter_listFilters
Filter by type
Filter by tag
Tag Data
Hover over a tag to see more information about it.
Symbol | Name | Type | Arity | Description (a is the last popped element, then b , etc.) |
---|---|---|---|---|
λ; |
Lambda Function | Structures | Create a lambda function (pushes an anonymous function to the stack). |
|
ƛ; |
Map Over Lambda | Structures | Map an anonymous function over every element of the top of the stack. |
|
¬ |
Logical NOT (Flat) | Elements | monadic (1) |
|
∧ |
Logical AND (Flat) | Elements | dyadic (2) |
|
⟑ |
Logical AND (Reversed, Flat) | Elements | dyadic (2) |
|
∨ |
Logical OR (Flat) | Elements | dyadic (2) |
|
ki |
pi | Elements | niladic (0) | pi ( |
Ṙ |
Reverse | Elements | monadic (1) | Reverse a list. |