mambo ~master (2019-03-10T19:10:20Z)
Home
Dub
Repo
endsWith
mambo
core
Array
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
Source
See Implementation
mambo
core
Array
aliases
append
contains
count
filter
indexOf
join
sort
split
startsWith
toArray
unique
functions
assumeUnique
beginsWith
clear
endsWith
find
insert
insertInPlace
lastIndexOf
map
reduce
remove
repeat
strip
toMutable
properties
any
first
isEmpty
last
Returns true if a ends with b