pub async fn min( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the minimum of the given arguments.