Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 279 Bytes

File metadata and controls

20 lines (11 loc) · 279 Bytes

Slices class

constructor

  • new Slices(firstIndex, lastIndex)

Arguments:

  • firstIndex: Number - first slice index
  • lastIndex: Number - last slice index

Properties

firstIndex

Value: first slice index

lastIndex

Value: last slice index