ShapeData

public protocol ShapeData

Protocol declaring that structure has shape.

  • Declaration

    Swift

    func dataShape() throws -> Shape

    Return Value

    Shape of self.

  • isFlat() Extension method

    Declaration

    Swift

    public func isFlat() throws -> Bool

    Return Value

    Whether shape indicates flat structure.