beginsWith

Returns true if a begins with b

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

Parameters

a T[]

the array to

b T[]

Return Value

Type: bool

true if a begins with b, otherwise false

Meta