pub fn native_minmax<T, const LESS: bool>( vm: &mut Vm<'_, T>, iterable: Value, key_fn: Value, ) -> Result<Value, ExecutionErrorPayload>