NAME

position - returns the position of val in the given vector vec

SYNOPSIS

vec.position(val)

DESCRIPTION

returns the position of val in the given vector vec

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related