Skip to content

bloqade.lanes.bytecode.grid.grid_to_rust

← Module overview

functiongrid_to_rustsource

bloqade.lanes.bytecode.grid.grid_to_rust

def grid_to_rust(g: geometry_grid.Grid) -> Grid

Convert a bloqade-geometry Grid to a Rust bytecode Grid.

Parameters

NameTypeDescription
ggeometry_grid.Grid

Returns

Grid

source