get_revision

Function get_revision 

Source
pub fn get_revision() -> Cow<'static, str>
Expand description

Get ArrayFire Revision (commit) information of the library.

ยงReturn Values

This returns a Cow<'static, str> as the string is constructed at compile time.