Add links to compiled operations
This commit is contained in:
parent
7dd2b9bd19
commit
64b1ae4ef6
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Refer to the specific API documentation to check usage.
|
|||
|
||||
## Operations
|
||||
|
||||
There are 2 types of operations: queries and transforms.
|
||||
There are 2 types of operations: queries and transforms. Most of them have a compiled version that uses precompiled paths.
|
||||
|
||||
#### Query
|
||||
|
||||
|
|
@ -26,6 +26,10 @@ There are 2 types of operations: queries and transforms.
|
|||
|
||||
[`transform`](https://github.com/nathanmarz/specter/wiki/List-of-Macros#transform), [`multi-transform`](https://github.com/nathanmarz/specter/wiki/List-of-Macros#multi-transform), [`replace-in`](https://github.com/nathanmarz/specter/wiki/List-of-Macros#replace-in), [`setval`](https://github.com/nathanmarz/specter/wiki/List-of-Macros#setval)
|
||||
|
||||
#### Compiled
|
||||
|
||||
[`compiled-select`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-select-any`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-select-first`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-select-one`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-select-one!`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-selected-any?`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-setval`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-transform`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-traverse`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-), [`compiled-traverse-all`](https://github.com/nathanmarz/specter/wiki/List-of-Navigators#compiled-)
|
||||
|
||||
## Paths
|
||||
|
||||
A path (often named `apath`) is a navigator or a vector of navigators.
|
||||
|
|
|
|||
Loading…
Reference in a new issue