NAME

member - returns whether val can be found in array arr

SYNOPSIS

val.member(arr)

DESCRIPTION

returns whether val can be found in array arr

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related