Contents

prototype

A prototype that creates type-erased columns with the same underlying type as the column slice.

Declaration

var prototype: any AnyColumnPrototype { get }

Discussion

Use a type-erased column prototype to create new columns of the same type as the slice’s parent column without explicitly knowing what type it is.