pub fn assert(condition: bool, message: impl AsRef<str>)
Panic with a Firebase-styled internal assertion message when the condition is false.