Add sections.
This commit is contained in:
parent
168beaf1ae
commit
94e0df85b2
1 changed files with 4 additions and 0 deletions
|
|
@ -1 +1,5 @@
|
|||
Specter is useful for navigating through nested data structures, and then returning (selecting) or transforming what it finds. Specter can also work its magic **recursively**. Many of Specter's most important and powerful use cases in your codebase will require you to use Specter's recursive features. However, just as recursion can be difficult to grok at first, using Specter recursively can be challenging. This guide is designed to help you feel at home using Specter recursively.
|
||||
|
||||
# A Review of Recursion
|
||||
# Using Specter Recursively
|
||||
# Applications
|
||||
|
|
|
|||
Loading…
Reference in a new issue