assert

Function assert 

Source
pub fn assert(condition: bool, message: impl AsRef<str>)
Expand description

Panic with a Firebase-styled internal assertion message when the condition is false.