Is there a way to use columns on structure field?

How can I use columns on my structure field? I’m talking about the column layout and NOT the table columns.

e.g:

columns:
  left:
    width: 1/2
    fields:
      street:
        label: Street
        type: text

  right:
    width: 1/2
    fields:
      website:
        label: Website
        type: url

No, you can’t use columns in a structure field for layout. The only thing you can do to place items next to each other in the form, is use field width.

I think the builder plugin support columns.