Skip to main content

PRIMITIVE_BRIDGE_METHODS

Constant PRIMITIVE_BRIDGE_METHODS 

Source
pub const PRIMITIVE_BRIDGE_METHODS: &[&str];
Expand description

The primitive trait-bridge methods this codegen lowers to a target intrinsic.

compare/eq are the canonical Comparable/Equatable methods; to_string and display are the Displayable stringification methods. All resolve in the checker to a known return type (Ordering, Bool, String) and must be lowered to the target’s intrinsic because the primitive has no such method in the target language.