Function veloren_world::layer::cave::all_tunnels_at

source ยท
fn all_tunnels_at<'a>(
    wpos2d: Vec2<i32>,
    _info: &'a CanvasInfo<'_>,
    land: &'a Land<'_>,
) -> impl Iterator<Item = (u32, Tunnel)> + 'a