Function min

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

Compute the minimum of the given arguments.