You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/name.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,21 @@ Notice that this naming scheme integrates perfectly with Parameters.jl.
18
18
Convenience functions are provided to shorten common function calls and easily create named tuples, dictionaries as well as switch between them:
19
19
```@docs
20
20
@dict
21
-
@savename
22
21
@strdict
23
22
@ntuple
23
+
@savename
24
24
ntuple2dict
25
25
dict2ntuple
26
26
```
27
27
28
28
## Customizing `savename`
29
29
You can customize [`savename`](@ref) for your own Types. For example you could make it so that it only uses some specific keys instead of all of them, only specific types, or you could make it access data in a different way (maybe even loading files!). You can even make it have a custom `prefix`!
30
30
31
-
To do that you may extend the following functions:
31
+
To do that you may extend any of the following functions:
0 commit comments