In RakuAST::Doc::Block§

See primary documentation in context for method abbreviated.

with $block {
    say "=$_.type" if .abbreviated;
}

Returns a Bool indicating the block is an abbreviated block (aka with just = followed by the type, e.g. =foo).