From 64b1ae4ef6b23a8efcccd73b6eeb00fb5a4183fd Mon Sep 17 00:00:00 2001 From: DjebbZ Date: Mon, 12 Feb 2018 14:59:00 +0100 Subject: [PATCH] Add links to `compiled` operations --- Cheat-Sheet.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cheat-Sheet.md b/Cheat-Sheet.md index 8ce5aca..85c5019 100644 --- a/Cheat-Sheet.md +++ b/Cheat-Sheet.md @@ -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.