endsWith

Returns true if a ends with b

bool
endsWith
(
T
)
(
T[] a
,
T[] b
)

Parameters

a T[]

the array to

b T[]

Return Value

Type: bool

true if a ends with b, otherwise false

Meta