use Ordering;
// I'm aware of silly issues with dependency tracking and things like
// f = load_consume(...); *a[f - f]; that isn't actually consume
// This project uses it exclusively for things like b = *a, c = *b
pub const CONSUME: Ordering = CONSUME;