Yzl core yzl
Yzl Module
Namespace: Yzl.Core
Assembly: Yzl.dll
Types
| Type | Description | Source |
|---|---|---|
| Builder | ![]() |
|
| Name | Represents the key in a YAML key-value pair | ![]() |
| NamedNode | YAML key-value pair | ![]() |
| Node | YAML node types | ![]() |
| RenderOptions | YAML rendering options | ![]() |
| Scalar | YAML scalar types | ![]() |
| Str | YAML string types | ![]() |
Functions and values
| Function or value | Description | Source |
|---|---|---|
Yzl.lift x |
Lifts a given object to a Node Possible mappings are specified as implicit casts of the Node type Parameters x: ^aReturns: ^b |
![]() |
Yzl.liftMany x |
Parameters x: ^a listReturns: ^b list |
![]() |
Yzl.render obj |
Renders Yzl tree into YAML with the default RenderOptions Parameters obj: ^aReturns: stringExample Render an Yzl node: ! 5 |> Yzl.render |
![]() |
Yzl.renderYaml opts yaml |
Renders Yzl tree into YAML Parameters opts: RenderOptionsyaml: NodeReturns: string |
![]() |
