Mojo function
MakeLayoutList
MakeLayoutList(var v0: Layout, var v1: Layout) -> LayoutList
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:
LayoutList: A LayoutList containing the two provided layouts.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!