NAME

union - creates a new vector with unique elements from both arguments

SYNOPSIS

vec.union(arr)

DESCRIPTION

creates a new vector with unique elements from both arguments

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related