package
Version:
v0.15.0-alpha1
Opens a new window with list of versions in this module.
Published: Apr 13, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ArrToMap takes an environment array of the form
["KEY1=val1", "KEY2=val2"]
and returns a corresponding map of the form
{
"KEY1": "val1",
"KEY2": "val2"
}
MapToArr takes an map of the form
{
"KEY1": "val1",
"KEY2": "val2"
}
and returns a corresponding array of the form
["KEY1=val1", "KEY2=val2"].
ToMap is a convenience function wrapping ArrToMap.
It takes an environment array of the form
["KEY1=val1", "KEY2=val2"]
and returns a corresponding map of the form
{
"KEY1": "val1",
"KEY2": "val2"
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.