NAME

without - create a new vector that removes elements of an array from a vector

SYNOPSIS

vec.without(arr)

DESCRIPTION

create a new vector that removes elements of an array from a vector

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related