Function conch_runtime::eval::len[][src]

pub fn len<P, E: ?Sized>(param: &P, env: &E) -> P::EvalResult where
    P: ParamEval<E>, 

Evaluates a parameter and returns the length of the result.

The resulting length will be converted to the same type as P::EvalResult.