Slices

public struct Slices : Encodable

Undocumented

  • X

    Undocumented

    See more

    Declaration

    Swift

    public struct X : Encodable
  • x

    Undocumented

    Declaration

    Swift

    public var x: X?
  • Y

    Undocumented

    See more

    Declaration

    Swift

    public struct Y : Encodable
  • y

    Undocumented

    Declaration

    Swift

    public var y: Y?
  • Z

    Undocumented

    See more

    Declaration

    Swift

    public struct Z : Encodable
  • z

    Undocumented

    Declaration

    Swift

    public var z: Z?
  • Creates Slices object with specified properties.

    Declaration

    Swift

    public init(x: X? = nil, y: Y? = nil, z: Z? = nil)