@pleisto/active-support
    Preparing search index...

    Variable _Const

    _: AnyPattern

    P._ is a wildcard pattern, matching any value. It's an alias to P.any.

    Read the documentation for P._ on GitHub

    match(value)
    .with(P._, () => 'will always match')