mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
587 B
587 B
title | description |
---|---|
data#dict API | data#dict API provides some basic functions and values for dict. |
Available APIs >> data#dict
Intro
data#dict
API provides some functions to manipulate a dict. Here is an example for using this api:
let s:DICT = SpaceVim#api#import('data#dict')
functions
name | description |
---|---|
make(str) |
make dict from keys and values |