1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 13:20:04 +08:00
SpaceVim/docs/api/data/dict.md
2018-09-25 22:09:28 +08:00

28 lines
587 B
Markdown

---
title: "data#dict API"
description: "data#dict API provides some basic functions and values for dict."
---
# [Available APIs](../../) >> data#dict
<!-- vim-markdown-toc GFM -->
- [Intro](#intro)
- [functions](#functions)
<!-- vim-markdown-toc -->
## Intro
`data#dict` API provides some functions to manipulate a dict. Here is an example for using this api:
```vim
let s:DICT = SpaceVim#api#import('data#dict')
```
## functions
| name | description |
| ----------- | ------------------------------ |
| `make(str)` | make dict from keys and values |