Function kcl_lib::std::assert::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.