Contents

init(start:end:stride:)

Creates a slice layer with the start, end, and stride you specify.

Declaration

convenience init?(start: [Int], end: [Int], stride: [Int]?)

Parameters

  • start:

    The start vector.

  • end:

    The end vector.

  • stride:

    The stride vector.