Function assert

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

Check that the provided value is true, or raise a KclError with the provided description.