Function sentinelMismatch [src]

Prototype

pub fn sentinelMismatch(expected: anytype, found: @TypeOf(expected)) noreturn

Parameters

found: @TypeOf(expected)

Source

pub fn sentinelMismatch(expected: anytype, found: @TypeOf(expected)) noreturn { _ = found; call("sentinel mismatch", null); }