pub fn get_revision() -> Cow<'static, str>
Get ArrayFire Revision (commit) information of the library.
This returns a Cow<'static, str> as the string is constructed at compile time.
Cow<'static, str>