pub async fn assert( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Check that the provided value is true, or raise a KclError with the provided description.