Function kcl_lib::std::assert::assert

source ยท
pub async fn assert(args: Args) -> Result<KclValue, KclError>
Expand description

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