Contents

init(_:_:)

Creates a column identifier.

Declaration

init(_ name: String, _ type: T.Type)

Parameters

  • name:

    The name of a column.

  • type:

    The type of the column’s elements.