Skip to main content

content_kv

Function content_kv 

Source
pub fn content_kv(args: &[ValueWord]) -> Result<ValueWord>
Expand description

Create a key-value ContentNode.

Accepts an array of [key, value] pairs: Content.kv([["name", "Alice"], ["age", "30"]])