[][src]Constant unsafety::PERFORMANCE

pub const PERFORMANCE: UnsafeReason;

The unsafe code safely implements an algorithm that requires maximum performance. It is responsible for ensuring bounds checks, overflow checks, etc. have been performed.