Function max

Source
pub async fn max(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the maximum of the given arguments.