Skip to main content
Log in

Mojo function

MakeLayoutList

MakeLayoutList(v0: Layout, v1: Layout) -> List[Layout]

Creates a list containing two layouts.

This is a convenience function for creating a LayoutList with two elements.

Args:

  • v0 (Layout): The first layout to include in the list.
  • v1 (Layout): The second layout to include in the list.

Returns:

A LayoutList containing the two provided layouts.