Optional

@frozen
extension Optional: CellsBuildable where Wrapped: CellsBuildable
  • Build an array of cell.

    Declaration

    Swift

    @inlinable
    public func buildCells() -> [CellNode]
  • Build an array of section.

    Declaration

    Swift

    @inlinable
    public func buildSections() -> [Section]