Array.isSliceOf

Returns true if the given array is a slice of the receiver.

struct Array
bool
isSliceOf

Parameters

b Array

the array to check if it's a slice

Return Value

Type: bool

true if the given array is a slice of the receiver.

Meta