--- title: "data#dict API" description: "data#dict API provides some basic functions and values for dict." --- # [Available APIs](../../) >> data#dict - [Intro](#intro) - [functions](#functions) ## 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 |