Function sentinelMismatch [src]

Prototype

pub fn sentinelMismatch(_: anytype, _: anytype) noreturn

Source

pub fn sentinelMismatch(_: anytype, _: anytype) noreturn { @branchHint(.cold); @trap(); }