Macro tvix_eval::value::gen_is

source ·
macro_rules! gen_is {
    ( $name:ident, $variant:pat ) => { ... };
}
Expand description

Generate an is_* type-checking method.