Docs.rs
odds-0.2.26
odds 0.2.26
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
bluss
Dependencies
itertools ^0.5.1
lazy_static ^0.2.2
memchr ^0.1.11
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
odds
Function
odds
::
ptr_eq
[
−
]
[src]
pub fn ptr_eq<T>(a:
*const T
, b:
*const T
) ->
bool
Compare if
a
and
b
are equal pointers.