1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 12:30:04 +08:00
SpaceVim/docs/api/data/dict.md

28 lines
587 B
Markdown
Raw Normal View History

2018-07-13 20:35:27 +08:00
---
title: "data#dict API"
description: "data#dict API provides some basic functions and values for dict."
2018-07-13 20:35:27 +08:00
---
# [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 |