Header menu logo Fabulous.AST

RecordBuilders Module

Type extensions

Type extension Description

Ast.Record(name)

Full Usage: Ast.Record(name)

Parameters:
    name : string - The name of the record type.

Returns: CollectionBuilder<TypeDefnRecordNode, FieldNode>

Create a record type with the given name.

Extended Type: Ast

name : string

The name of the record type.

Returns: CollectionBuilder<TypeDefnRecordNode, FieldNode>

Type something to start searching.